mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-22 07:44:17 +00:00
7 lines
No EOL
97 B
GDScript
7 lines
No EOL
97 B
GDScript
extends Timer
|
|
class_name DebugTimer
|
|
|
|
|
|
func _input(event):
|
|
if event.is_action("turbo"):
|
|
start() |