Fixed Spider movement (it was not excluding itself after the first move

This commit is contained in:
Sch1nken 2024-03-14 22:13:33 +01:00
parent 76e4d6be34
commit 5722ffab48
9 changed files with 64 additions and 22 deletions

View file

@ -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