enable quintus dev mode
This commit is contained in:
parent
16a5585310
commit
0294a4aed7
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ window.addEventListener("load",function() {
|
|||
// Set up an instance of the Quintus engine and include
|
||||
// the Sprites, Scenes, Input and 2D module. The 2D module
|
||||
// includes the `TileLayer` class as well as the `2d` componet.
|
||||
var Q = window.Q = Quintus()
|
||||
var Q = window.Q = Quintus({ development: true })
|
||||
.include("Sprites, Scenes, Input, 2D, Anim, Touch, UI")
|
||||
// Maximize this game to whatever the size of the browser is
|
||||
.setup({ maximize: true })
|
||||
|
|
Reference in a new issue