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
|
@ -1,5 +0,0 @@
|
|||
extends Node2D
|
||||
|
||||
func _physics_process(_delta: float) -> void:
|
||||
if NodeRegistry.player.position.y > 1000:
|
||||
NodeRegistry.player.position = Vector2(0, 0)
|
Reference in a new issue