mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-21 23:34:18 +00:00
Remove unused scripts
This commit is contained in:
parent
7da5138148
commit
cb1f27e6a5
2 changed files with 0 additions and 18 deletions
|
@ -1,11 +0,0 @@
|
||||||
extends TileMap
|
|
||||||
|
|
||||||
|
|
||||||
# Called when the node enters the scene tree for the first time.
|
|
||||||
func _ready():
|
|
||||||
pass # Replace with function body.
|
|
||||||
|
|
||||||
|
|
||||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
|
||||||
func _process(delta):
|
|
||||||
pass
|
|
|
@ -1,7 +0,0 @@
|
||||||
extends Timer
|
|
||||||
class_name DebugTimer
|
|
||||||
|
|
||||||
|
|
||||||
func _input(event):
|
|
||||||
if event.is_action("turbo"):
|
|
||||||
start()
|
|
Loading…
Reference in a new issue