1
Fork 0
mirror of https://github.com/Steffo99/nanogolf.git synced 2024-11-22 08:04:21 +00:00
algodist-steffo-nanogolf/scenes/golf_level.tscn

9 lines
285 B
Text
Raw Normal View History

[gd_scene load_steps=2 format=3 uid="uid://bph5j1gd6gnap"]
[ext_resource type="Script" path="res://scenes/golf_level.gd" id="1_evup0"]
[node name="GolfLevel" type="Node2D"]
script = ExtResource("1_evup0")
2024-03-15 18:57:15 +00:00
[connection signal="tree_exiting" from="." to="." method="_on_tree_exiting"]