Commit 2ebfdbbe authored by wjf's avatar wjf

l

parent 1ba21a42
{
"groups": [
{
"keys": "choosePrizeBtn.png,focus.png,noCountMark.png,noStockMark.png,panelBg_b.png,prizeItem.png",
"name": "choosePrizePanel"
},
{
"keys": "comCloseBtn.png,prizeBubbleBg.png,progressBarPanel.png,toastBg.png,waitingBg.png,waitingRot.png",
"keys": "comCloseBtn.png,toastBg.png,waitingBg.png,waitingRot.png",
"name": "common"
},
{
"keys": "chooseSelfBtn.png,friendsWinPanelBg.png,friHeadPanelBg.png",
"name": "friendsWinPanel"
},
{
"keys": "actOverBtn.png,bg.jpg,bgKid.jpg,choosePrizeBtnR.png,conInviteBtn.png,countDown.mp3,countDownMsg.png,countOne.png,countThree.png,countTwo.png,dianjijiasu.png,friendHeadBg.png,getPrizeBtnR.png,goBtn.png,hand.png,headBg.png,helpTitleMsg.png,inviteFriendBtn.png,meterBg.png,musicOff.png,musicOn.png,notStarted.png,person1.png,person10.png,person11.png,person2.png,person3.png,person4.png,person5.png,person6.png,person7.png,person8.png,person9.png,prizeRoundBg.png,pro0.png,pro1.png,pro2.png,progressBar.png,progressBarDown.png,recordBtn.png,ruleBtn.png,shareTitleMsg.png,smoke.svga,speedUp.mp3,speedUpBtn.png,titleBg.png,wind.svga",
"name": "playScene"
},
{
"keys": "getPrizeBtn.png,prizeCheckPanelBg.png,prizeCheckPanelBgKid.png,prize_closeBtn.png",
"name": "prizeCheckPanel"
},
{
"keys": "againBtn.png,prizePanelBg.png,prizePanelBgKid.png",
"name": "prizePanel"
},
{
"keys": "rulePanelBg.png",
"name": "rulePanel"
},
{
"keys": "snake.png,startBtn.png",
"name": "startScene"
},
{
"keys": "knowBtn.png,light.png,panelBg_s.png",
"name": "timeoutPanel"
},
{
"keys": "inviteBtn.png,winPanelBg.png",
"name": "winPanel"
}
]
}
\ No newline at end of file
import { PrizeCheckPanel } from './../panels/PrizeCheckPanel';
import { TimeoutPanel } from '../panels/TimeoutPanel';
import { ChoosePrizePanel } from '../panels/ChoosePrizePanel';
import { PrizePanel } from './../panels/PrizePanel';
import { FriendsWinPanel } from './../panels/FriendsWinPanel';
import { RulePanel } from './../panels/RulePanel';
import { WinPanel } from './../panels/WinPanel';
import { showPanel } from './../../module/ctrls/index';
import Sprite from "../../engine/2d/display/Sprite";
import { Event } from "../../engine/2d/events/Event";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment