Added spikes, Made a way to transition from level to level, and a base level to make level creation easier
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
extends Node2D
|
||||
|
||||
@export var levelName: String
|
||||
|
||||
func _on_area_2d_area_entered(area: Area2D) -> void:
|
||||
GameManager.change_level(levelName)
|
||||
Reference in New Issue
Block a user