level 2 - moving plattforms

level2 almost finished
This commit is contained in:
Jonas Braus
2024-08-02 22:44:01 +02:00
parent a4476f2ce2
commit a706375da0
18 changed files with 46260 additions and 150 deletions
+10
View File
@@ -0,0 +1,10 @@
[gd_scene load_steps=2 format=3 uid="uid://ct54hcx2h7riy"]
[ext_resource type="Script" path="res://scripts/blocks/spawner.gd" id="1_du4pp"]
[node name="Spawner" type="Node2D"]
script = ExtResource("1_du4pp")
[node name="Timer" type="Timer" parent="."]
[connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"]