Брождение npc
This commit is contained in:
@@ -3,6 +3,9 @@ extends Node2D
|
||||
|
||||
var id_path: Array[Vector2i]
|
||||
|
||||
func is_walking() -> bool:
|
||||
return not id_path.is_empty()
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready() -> void:
|
||||
randomize()
|
||||
|
||||
Reference in New Issue
Block a user