mirror of
https://github.com/Cookie-CHR/OfficeMadness-LD51.git
synced 2024-11-21 22:34:19 +00:00
9 lines
254 B
Text
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"]
|