|
|
@ -12,7 +12,7 @@ window.addEventListener("load",function() {
|
|
|
|
// Set up an instance of the Quintus engine and include
|
|
|
|
// Set up an instance of the Quintus engine and include
|
|
|
|
// the Sprites, Scenes, Input and 2D module. The 2D module
|
|
|
|
// the Sprites, Scenes, Input and 2D module. The 2D module
|
|
|
|
// includes the `TileLayer` class as well as the `2d` componet.
|
|
|
|
// 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")
|
|
|
|
.include("Sprites, Scenes, Input, 2D, Anim, Touch, UI")
|
|
|
|
// Maximize this game to whatever the size of the browser is
|
|
|
|
// Maximize this game to whatever the size of the browser is
|
|
|
|
.setup({ maximize: true })
|
|
|
|
.setup({ maximize: true })
|
|
|
|