1
Fork 0
mirror of https://github.com/Steffo99/swear-jar.git synced 2024-11-22 07:44:17 +00:00
swear-jar/converters/working_timer.tscn

11 lines
316 B
Text
Raw Normal View History

2023-10-14 00:27:55 +00:00
[gd_scene load_steps=2 format=3 uid="uid://b3ev0md0jrpfj"]
[ext_resource type="Script" path="res://converters/working_timer.gd" id="1_7a4bc"]
[node name="WorkingTimer" type="Timer"]
wait_time = 0.5
one_shot = true
script = ExtResource("1_7a4bc")
[connection signal="timeout" from="." to="." method="_on_timeout"]