23 lines
785 B
Plaintext
23 lines
785 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://ds2a1v38jso1e"]
|
|
|
|
[ext_resource type="Script" path="res://Locations/Location.gd" id="1_jbbbq"]
|
|
[ext_resource type="Script" path="res://Objects/Ground.gd" id="3_gi0d3"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ywjoq"]
|
|
size = Vector2(3500, 1265)
|
|
|
|
[node name="Location" type="Node2D"]
|
|
script = ExtResource("1_jbbbq")
|
|
|
|
[node name="Ground" type="Node2D" parent="."]
|
|
process_priority = 1
|
|
script = ExtResource("3_gi0d3")
|
|
|
|
[node name="Area2D" type="Area2D" parent="Ground"]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Ground/Area2D"]
|
|
position = Vector2(437.25, 310)
|
|
shape = SubResource("RectangleShape2D_ywjoq")
|
|
|
|
[connection signal="input_event" from="Ground/Area2D" to="Ground" method="_on_area_2d_input_event"]
|