1
Fork 0
mirror of https://github.com/Cookie-CHR/OfficeMadness-LD51.git synced 2024-11-23 07:04:19 +00:00
office-madness/Scripts/Timer.tscn
2022-10-04 12:03:41 +02:00

8 lines
237 B
Text

[gd_scene load_steps=2 format=2]
[ext_resource path="res://Scripts/TimePassed.gd" type="Script" id=1]
[node name="Timer" type="Timer"]
script = ExtResource( 1 )
[connection signal="timeout" from="." to="." method="_on_Timer_timeout"]