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

9 lines
241 B
Text
Raw Normal View History

[gd_scene load_steps=2 format=3 uid="uid://dudb8wdjdenn3"]
[ext_resource type="Script" path="res://game/action_timer.gd" id="1_uw2x8"]
[node name="ActionTimer" type="Timer"]
wait_time = 0.05
one_shot = true
script = ExtResource("1_uw2x8")