Refactored to use Vector4i. Added Spider/Grasshopper. TODO: Ant
This commit is contained in:
parent
ff4aa93845
commit
11f8a71f52
19 changed files with 482 additions and 326 deletions
|
|
@ -4,6 +4,8 @@ extends Area3D
|
|||
@export var is_black: bool = false
|
||||
@export var resource: TileResource
|
||||
|
||||
var map_reference: HexGrid
|
||||
|
||||
@onready var hexagon_small = $HexagonSmall
|
||||
|
||||
func _ready() -> void:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue