did a lot of stuff holy shit
This commit is contained in:
5
scripts/level_finish_area.gd
Normal file
5
scripts/level_finish_area.gd
Normal file
@@ -0,0 +1,5 @@
|
||||
extends Area3D
|
||||
|
||||
func _on_body_entered(body: Node3D) -> void:
|
||||
if body is Player:
|
||||
LevelManager.next_level()
|
Reference in New Issue
Block a user