添加文档

This commit is contained in:
mnjnhuang 2025-09-28 19:54:27 +08:00
parent 3baa583595
commit f650a50702
7 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,13 @@
# Game_CodeMM # Unity 2D: Game_CodeMM
### Unity 2D ### 建造界面
每个建筑物占用一个以上的格子
### 建筑物类别
#### 2个格子
ID: breed_room 信息: 繁育物种
ID: train_room 信息: 物种属性训练
#### 3个格子
2个格子: 繁育车间(培育物种), 训练车间(物种属性训练)
3个格子: 控制室(默认存在), 存储空间(用来放置捕获到的物种),

Binary file not shown.

After

Width:  |  Height:  |  Size: 375 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 513 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1000 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 995 KiB

1
m_Reference/readme.md Normal file
View File

@ -0,0 +1 @@
### 同类型游戏参考图片