Skip to content

Commit

Permalink
修复学校场景无法正常加载
Browse files Browse the repository at this point in the history
  • Loading branch information
cocos56 committed Jun 24, 2019
1 parent 754d567 commit 215b064
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Classes/AppDelegate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ bool AppDelegate::applicationDidFinishLaunching() {
Scene* scene;

//游戏资源加载场景
//scene = ResourceLoadScene::createScene();
scene = ResourceLoadScene::createScene();
//Logo展示场景
//scene = LogoScene::createScene();
//游戏主面板界面
Expand All @@ -80,7 +80,7 @@ bool AppDelegate::applicationDidFinishLaunching() {
//主场景(入口)
//scene = MapOne::createScene();
//动物园ZOO
scene = MapTwo::createScene();
//scene = MapTwo::createScene();
//学校School
//scene = MapFive::createScene();
//战斗
Expand Down
2 changes: 1 addition & 1 deletion Resources/school.tmx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</tileset>
<layer name="first" width="15" height="9">
<data encoding="base64" compression="zlib">
eJwtzcVSFQAAAMAHQ3dIl0OKNEgpLa2AdHepNIi0EiLDX7MHDnveoEAgEMwzIYQSRjgRRBJFNDHEEkc8CSSSRDJvSCGVNNLJIJMssskhlzzevr75FFBIEcWU8I5S3lNGORVUUkU1NdRSxwfqaaCRJpr5yCdaaKWNdjropIvPdNNDL330M8AgX/jKEMOM8I1RxhhngkmmmGaGWeaYZ4FFllhmhVXWWGeDTbbY5js/+MkOu+yxzwGHHHHMCb845TdnnHPBJVdcc8Mf/nLLHfc88I9H/vPEC1fZJMs=
eJwNwwc3FgAAAMDP3jN7ZSabrLKzC9l7r8om2WUk/G13711QIBAINsRQwww3wkijjDbGWOOMN8FEk0z2jSmmmma6GWaaZbY55prnW/MtsNAiiy3xnaW+t8xyK6y0ymprrLXOD9bbYKNNNvvRT7bYapvtdthpl5/ttsde++x3wEG/+NUhhx3xm6OOOe6Ek0457YyzzjnvgosuueyKq6657oabbrntd3/40x133XPfAw898tgTf3nqb88898JLr7z2xj/+9dY7733wn4/+98lnX3wFmeMj3Q==
</data>
</layer>
<layer name="peng4" width="15" height="9">
Expand Down

0 comments on commit 215b064

Please sign in to comment.