Fixed Spider movement (it was not excluding itself after the first move
This commit is contained in:
parent
76e4d6be34
commit
5722ffab48
9 changed files with 64 additions and 22 deletions
|
|
@ -4,6 +4,7 @@ class_name TileResource
|
|||
@export var tile_name: String = "DefaultName"
|
||||
|
||||
@export var movement_behaviour: MovementBehaviour
|
||||
@export var action_behaviour: ActionBehaviour
|
||||
@export var material_black: StandardMaterial3D
|
||||
@export var material_white: StandardMaterial3D
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue