many small changes, and few big ones
This commit is contained in:
parent
e8985f4e79
commit
a3ca623258
32 changed files with 391 additions and 247 deletions
5
main/menu/menu.gd
Normal file
5
main/menu/menu.gd
Normal file
|
@ -0,0 +1,5 @@
|
|||
extends Node2D
|
||||
|
||||
func _physics_process(_delta: float) -> void:
|
||||
if NodeRegistry.player.position.y > 1000:
|
||||
LevelsCore.call_deferred("load_menu")
|
Reference in a new issue