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