1.Game场景调整Camera设置
2.定义GameBasePanel脚本
protected GComponent openAnimCom,closeAnimCom,guideMessage,
GMovieClip openEye,closeEye
bool firstTimeInThisPanel,isDayNightPanel;
protected GameBasePanel nextPanel;
GameBasePanel SetNextPanel(GameBasePanel nextGamePanel){nextPanel=nextGamePanel;return nextPanel;}
protected Controller messageController,MessageManager messageManager,GButton certainButton;