[gd_scene load_steps=5 format=3 uid="uid://bpy475nyq5ea1"] [ext_resource type="Script" path="res://sim.gd" id="1_wbm7g"] [ext_resource type="Script" path="res://Debug.gd" id="2_iqnjl"] [ext_resource type="Script" path="res://TimerSS.gd" id="3_7b3mn"] [ext_resource type="Script" path="res://Camera2D.gd" id="4_g4kw0"] [node name="Sim" type="Node2D"] script = ExtResource("1_wbm7g") [node name="Timer" type="Timer" parent="."] wait_time = 0.3 [node name="TimerSS" type="Timer" parent="."] wait_time = 60.0 autostart = true script = ExtResource("3_7b3mn") [node name="Camera2D" type="Camera2D" parent="."] script = ExtResource("4_g4kw0") [node name="CanvasLayer" type="CanvasLayer" parent="."] [node name="Debug" type="Label" parent="CanvasLayer"] offset_right = 67.0 offset_bottom = 26.0 text = "debug" script = ExtResource("2_iqnjl") [connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"] [connection signal="timeout" from="TimerSS" to="TimerSS" method="_on_timeout"]