Files
go-a-dot/playground/levels/playground_level_base.tscn

22 lines
899 B
Plaintext

[gd_scene format=3 uid="uid://cevp2njyx8kr6"]
[ext_resource type="Script" uid="uid://dfih7mg3wag6v" path="res://playground/levels/playground_level_base.gd" id="1_417bl"]
[ext_resource type="TileSet" uid="uid://dffqefc76llmu" path="res://assets/tile_set_test.tres" id="2_572ya"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_uinhp"]
size = Vector2(0, 0)
[node name="PlaygroundLevel" type="Area2D" unique_id=999248822]
process_mode = 1
script = ExtResource("1_417bl")
[node name="TileMapLayer" type="TileMapLayer" parent="." unique_id=1690538459]
tile_set = ExtResource("2_572ya")
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1339063653]
visible = false
shape = SubResource("RectangleShape2D_uinhp")
[connection signal="area_entered" from="." to="." method="_on_area_entered"]
[connection signal="area_exited" from="." to="." method="_on_area_exited"]