Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nakasyou committed Dec 28, 2022
1 parent c9fbf51 commit 2727ffb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/kagura.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/kagura.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/kaguraapp.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class{
this.app=new PIXI.Application(pixiArgs);

this.app.renderer.resize(options.width, options.height);
this.view=this.app.view;
this.grid=new kagura.Grid(32,this.view.width,this.view.height);

let StartScene=options.StartScene;
Expand All @@ -32,7 +32,7 @@ class{
scaleToWindow(this.app.view);
});
}
this.view=this.app.view;

this.keyboard=new kagura.Keyboard(document);
this.touchs=new kagura.Touches(this.view);

Expand Down

0 comments on commit 2727ffb

Please sign in to comment.