Cleanup
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user