Premier commit

This commit is contained in:
2026-09-01 22:41:37 +02:00
commit 7cff988739
133 changed files with 6412 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
@tool
extends Node3D
class_name HexTileSet
func get_all_hex_tiles() -> Array[HexTile]:
return get_children() as Array[HexTile]