This commit is contained in:
2024-02-27 23:21:44 +01:00
parent ba37eca0c9
commit bfec08ff02
38 changed files with 89 additions and 92 deletions

View File

@ -14,7 +14,7 @@ var old_pos := Vector3i(NAN, NAN, NAN)
func _ready():
set_process(visible)
func _process(_delta):
func _process(_delta: float):
current_pos = local_to_map(Global.player.position)
if current_pos != old_pos: