blob: a4cd8322fc0a709df275c8232861a2ca3c4e2ba8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[gd_scene load_steps=4 format=3 uid="uid://gvsyy1b1pq53"]
[ext_resource type="Script" path="res://Scenes/Entities/Objects/Sign.gd" id="1_gowid"]
[ext_resource type="Texture2D" uid="uid://b6ce2eihxulqb" path="res://Assets/Stages/core_set pieces.png" id="2_us5wr"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_5hdba"]
size = Vector2(14, 17)
[node name="Sign" type="StaticBody2D"]
y_sort_enabled = true
texture_filter = 1
collision_layer = 8
collision_mask = 6
script = ExtResource("1_gowid")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(0, 0.5)
shape = SubResource("RectangleShape2D_5hdba")
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("2_us5wr")
region_enabled = true
region_rect = Rect2(208.674, 94.2419, 14.7292, 17.7021)
|