Skip to content

Commit

Permalink
Add tests for lighting example
Browse files Browse the repository at this point in the history
  • Loading branch information
Parnswir committed Mar 27, 2018
1 parent 0dbce66 commit 9c941a9
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sample/05 - Lighting/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ let tileEngine = new TileEngine(0, 0, 15, 15, {
enableMouseInput: true
});
tileEngine.init('./map.json');

// for integration tests:
window.tileEngine = tileEngine;
Loading

0 comments on commit 9c941a9

Please sign in to comment.