mirror of
https://github.com/Cookie-CHR/OfficeMadness-LD51.git
synced 2024-11-23 15:14:18 +00:00
9 lines
237 B
Text
9 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"]
|