更新示例教程

This commit is contained in:
YHH
2025-06-25 23:17:55 +08:00
parent 0b4a6b77e2
commit 78577db3f9
16 changed files with 91 additions and 201 deletions

View File

@@ -12,7 +12,7 @@ const { ccclass, property } = _decorator;
export class SimpleMinerDemo extends Component {
@property
minerCount: number = 2;
minerCount: number = 1;
@property
goldMineCount: number = 3;