summaryrefslogtreecommitdiffstats
path: root/level_test.gd
diff options
context:
space:
mode:
Diffstat (limited to 'level_test.gd')
-rw-r--r--level_test.gd10
1 files changed, 0 insertions, 10 deletions
diff --git a/level_test.gd b/level_test.gd
deleted file mode 100644
index f14aff7..0000000
--- a/level_test.gd
+++ /dev/null
@@ -1,10 +0,0 @@
-class_name LevelTest
-extends Node2D
-
-# Called when the node enters the scene tree for the first time.
-func _ready() -> void:
- pass # Replace with function body.
-
-# Called every frame. 'delta' is the elapsed time since the previous frame.
-func _process(_delta: float) -> void:
- pass