1
Fork 0
mirror of https://github.com/Steffo99/swear-jar.git synced 2024-11-21 15:24:18 +00:00

Remove unused scripts

This commit is contained in:
Steffo 2023-10-14 00:50:52 +02:00
parent 7da5138148
commit cb1f27e6a5
Signed by: steffo
GPG key ID: 2A24051445686895
2 changed files with 0 additions and 18 deletions

View file

@ -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

View file

@ -1,7 +0,0 @@
extends Timer
class_name DebugTimer
func _input(event):
if event.is_action("turbo"):
start()