Skip to content

Commit 40d45d3

Browse files
committed
Updated to Platypus v0.7.x
1 parent 78bf0d8 commit 40d45d3

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

springroll-template.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name" : "Platypus",
33
"id" : "com.gopherwoodstudios.platypus",
4-
"version" : "0.6.0",
4+
"version" : "0.7.0",
55
"github": "Gopherwood/PlatypusSpringRollTemplate",
66
"rename" : {
77
"gitignore" : ".gitignore",
@@ -10,15 +10,15 @@
1010
"bower": "bower.json"
1111
},
1212
"extend": "io.springroll.default",
13-
"required": ["core", "platypus", "sound", "pixi-display"],
13+
"required": ["core", "platypus", "states", "sound", "pixi-display"],
1414
"modules": [{
1515
"id": "platypus",
1616
"name": "Platypus Game Engine",
1717
"description": "An HTML5 2D tile-based game framework.",
1818
"main": ["components/springroll-platypus/lib/platypus.min.js"],
1919
"mainDebug": ["components/springroll-platypus/lib/platypus.combined.js"],
2020
"bower": {
21-
"springroll-platypus": "~0.6"
21+
"springroll-platypus": "~0.7"
2222
},
2323
"default": true
2424
}]

src/config/platypus/global.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/main.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333
{"id": "mookie", "src": "assets/images/mookie.png"},
3434
{"id": "game-sprites", "src": "assets/images/game-sprites.png"},
3535
{"id": "title-screen", "src": "assets/images/title-screen.png"}
36-
]
36+
],
37+
responsive: true,
38+
state: "menu"
3739
});
3840

3941
// Handle when app is ready to use

0 commit comments

Comments
 (0)