Refactored to use Vector4i. Added Spider/Grasshopper. TODO: Ant

This commit is contained in:
Sch1nken 2024-03-14 19:30:18 +01:00
parent ff4aa93845
commit 11f8a71f52
19 changed files with 482 additions and 326 deletions

View file

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