summaryrefslogtreecommitdiffstats
path: root/level_test.gd
blob: f14aff7f2ace2d9574c57b5d7a1c60f6b3e0a452 (plain)
1
2
3
4
5
6
7
8
9
10
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