Skip to content

Commit

Permalink
update arthur
Browse files Browse the repository at this point in the history
  • Loading branch information
leafsoar committed Sep 26, 2013
1 parent dc0827a commit a15927e
Show file tree
Hide file tree
Showing 10 changed files with 2,873 additions and 141 deletions.
10 changes: 7 additions & 3 deletions html5/Arthur/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,19 @@ var cocos2dApp = cc.Application.extend({
director.setAnimationInterval(1.0 / this.config['frameRate']);

//load resources
Loading.preload(g_resources, function () {
Loading.preload(g_resources, function () {
// cc.LoaderScene.preload(g_resources, function () {
director.replaceScene(new this.startScene());
}, this);
}, this);
// Loading.preload(g_resources, function () {
// director.replaceScene(new this.startScene());
// }, this);

return true;
}
});

var myApp = new cocos2dApp(GameLayer.scene);



71 changes: 0 additions & 71 deletions html5/Arthur/proj.org

This file was deleted.

Loading

0 comments on commit a15927e

Please sign in to comment.