add tiles

This commit is contained in:
bridge
2025-08-22 01:09:04 +08:00
parent 25ff7c1c17
commit 9ee2230234
20 changed files with 227 additions and 19 deletions

View File

@@ -16,6 +16,11 @@ class TileType(Enum):
GLACIER = "glacier" # 冰川/冰原
SNOW_MOUNTAIN = "snow_mountain" # 雪山
VOLCANO = "volcano" # 火山
GRASSLAND = "grassland" # 草原
SWAMP = "swamp" # 沼泽
CAVE = "cave" # 洞穴
RUINS = "ruins" # 遗迹
FARM = "farm" # 农田
region_id_counter = itertools.count(1)