started tracking progress with git

This commit is contained in:
2024-01-18 11:52:02 -08:00
commit 6e10f75e31
52 changed files with 3051 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
[gd_scene load_steps=2 format=3 uid="uid://dsqm17w8hg428"]
[ext_resource type="Script" path="res://scripts/World.gd" id="1_131aq"]
[node name="World" type="Node2D"]
script = ExtResource("1_131aq")
[node name="Timer" type="Timer" parent="."]
one_shot = true
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
[connection signal="timeout" from="Timer" to="." method="_on_timeout"]