- StoryManager: 剧情管理器 - DialogueBox: 对话框组件(带打字机效果) - CharacterView: 立绘组件 - ChoiceButton: 选项按钮 - AffectionSystem: 好感度系统 - chapter1.json: 示例剧情
29 lines
610 B
JSON
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
|
|
}
|
|
}
|