1
Fork 0
mirror of https://github.com/Cookie-CHR/OfficeMadness-LD51.git synced 2024-11-21 22:34:19 +00:00
office-madness/Scripts/Timer.tscn
2022-10-03 01:26:06 +02:00

9 lines
254 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"]
autostart = true
script = ExtResource( 1 )
[connection signal="timeout" from="." to="." method="_on_Timer_timeout"]