JHRGB/sim.tscn
2023-12-03 15:49:59 +00:00

26 lines
781 B
Plaintext

[gd_scene load_steps=4 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"]
[node name="Sim" type="Node2D"]
script = ExtResource("1_wbm7g")
[node name="Debug" type="Label" parent="."]
offset_right = 67.0
offset_bottom = 26.0
text = "debug"
script = ExtResource("2_iqnjl")
[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")
[connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"]
[connection signal="timeout" from="TimerSS" to="TimerSS" method="_on_timeout"]