1
Fork 0
mirror of https://github.com/Cookie-CHR/OfficeMadness-LD51.git synced 2024-11-23 15:14:18 +00:00
office-madness/Scripts/Timer.tscn

9 lines
237 B
Text
Raw Normal View History

2022-10-02 23:26:06 +00:00
[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"]