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
No EOL
97 B
GDScript

extends Timer
class_name DebugTimer
func _input(event):
if event.is_action("turbo"):
start()