咸鱼的反击
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

146 lines
3.9 KiB

import { GameType } from "../PrefabManager/PrefabManage";
const { ccclass, property } = cc._decorator;
export let GameStoryConfigData = [
{
index: 0,
title: "妻子的背叛",
titleIconUrl: "跌落神坛",
kaiChangIndex: GameType.KaiChangGuanQia1Gai,
roomIndex: GameType.Room1,
isCanPlay: true,
// musicUrl:'CommonSound/西餐厅外',
releaseBundleName:'Room1'
},
{
index: 1,
title: "破碎的家庭",
titleIconUrl: "意外重生",
roomIndex: GameType.Room2,
// roomIndex:GameType.MainHall,
isCanPlay: true,
// musicUrl:'CommonSound/西餐厅外',
releaseBundleName:'Room2'
},
{
index: 2,
title: "我的早餐摊",
titleIconUrl: "恶客上门",
// roomIndex: GameType.Room3,
roomIndex:GameType.MainHall,
isCanPlay: true,
// musicUrl:'CommonSound/投资人家',
releaseBundleName:'Room3'
},
{
index: 3,
title: "前程往事",
titleIconUrl: "前程往事",
// roomIndex: GameType.Room4,
roomIndex:GameType.MainHall,
isCanPlay: true,
// musicUrl:'CommonSound/西餐厅外',
releaseBundleName:'Room4'
},
{
index: 4,
title: "拜师会长",
titleIconUrl: "拜师会长",
// roomIndex: GameType.Room5,
roomIndex:GameType.MainHall,
isCanPlay: true,
// musicUrl:'CommonSound/西餐厅外',
releaseBundleName:'Room5'
},
{
index: 5,
title: "锋芒初露",
titleIconUrl: "锋芒初露",
roomIndex: GameType.MainHall,
isCanPlay: true,
// musicUrl:'CommonSound/西餐厅外',
releaseBundleName:'Room6'
},
{
index: 6,
title: "美食大赛",
titleIconUrl: "美食大赛",
roomIndex: GameType.MainHall,
isCanPlay: true,
// musicUrl:'CommonSound/投资人家',
releaseBundleName:'Room7'
},
{
index: 7,
title: "先敌一步",
titleIconUrl: "先敌一步",
roomIndex: GameType.MainHall,
isCanPlay: true,
// musicUrl:'CommonSound/西餐厅外',
releaseBundleName:'Room8'
},
{
index: 8,
title: "确立关系",
titleIconUrl: "确立关系",
roomIndex: GameType.MainHall,
isCanPlay: true,
// musicUrl:'CommonSound/西餐厅内',
releaseBundleName:'Room9'
},
{
index: 9,
title: "终至市区",
titleIconUrl: "终至市区",
roomIndex: GameType.MainHall,
isCanPlay: true,
// musicUrl:'CommonSound/主场景',
releaseBundleName:'Room10'
},
{
index: 10,
title: "预料之外",
titleIconUrl: "预料之外",
roomIndex: GameType.MainHall,
isCanPlay: true,
// musicUrl:'CommonSound/投资人家',
releaseBundleName:'Room11'
},
{
index: 11,
title: "解救燕子",
titleIconUrl: "解救燕子",
roomIndex: GameType.MainHall,
isCanPlay: true,
// musicUrl:'CommonSound/西餐厅外',
releaseBundleName:'Room12'
},
{
index: 12,
title: "两女相见",
titleIconUrl: "两女相见",
roomIndex: GameType.MainHall,
isCanPlay: true,
// musicUrl:'CommonSound/投资人家',
releaseBundleName:'Room13'
},
{
index: 13,
title: "接任会长",
titleIconUrl: "接任会长",
roomIndex: GameType.MainHall,
isCanPlay: true,
// musicUrl:'CommonSound/西餐厅外',
releaseBundleName:'Room14'
},
{
index: 14,
title: "恶有恶报",
titleIconUrl: "恶有恶报",
roomIndex: GameType.MainHall,
isCanPlay: true,
// musicUrl:'CommonSound/西餐厅外',
releaseBundleName:'Room15'
}
];