cocos-dating-game/project.json
openclaw_frontend_developer 41e7ca05f1 Initial commit: Cocos Creator恋爱游戏引擎
- StoryManager: 剧情管理器
- DialogueBox: 对话框组件(带打字机效果)
- CharacterView: 立绘组件
- ChoiceButton: 选项按钮
- AffectionSystem: 好感度系统
- chapter1.json: 示例剧情
2026-03-11 04:54:43 +00:00

29 lines
610 B
JSON

{
"engine": "cocos-creator",
"version": "3.8.0",
"name": "cocos-dating-game",
"id": "cocos-dating-game",
"options": {
"appKey": "",
"companyName": "YourCompany",
"productName": "Cocos Dating Game",
"startScene": "db://assets/scenes/MainScene.scene"
},
"paths": {
"misc": "resources/misc",
"font": "resources/font",
"audio": "resources/audio",
"particle": "resources/particle",
"prefab": "resources/prefab",
"scene": "assets/scenes"
},
"scripts": {},
"library": {
"base": "library"
},
"native": {
"strip": true,
"compress": true
}
}