many small changes, and few big ones

This commit is contained in:
ChaoticByte 2024-10-16 20:23:53 +02:00
parent e8985f4e79
commit a3ca623258
No known key found for this signature in database
32 changed files with 391 additions and 247 deletions

View file

@ -1,5 +0,0 @@
extends Node2D
func _physics_process(_delta: float) -> void:
if NodeRegistry.player.position.y > 1000:
NodeRegistry.player.position = Vector2(0, 0)