1
Fork 0
mirror of https://github.com/Steffo99/swear-jar.git synced 2024-10-16 22:37:26 +00:00
swear-jar/game/DebugTimer.gd

7 lines
97 B
GDScript3
Raw Normal View History

2023-10-02 18:06:28 +00:00
extends Timer
class_name DebugTimer
func _input(event):
if event.is_action("turbo"):
start()