change background color

This commit is contained in:
Juraj Michalek
2015-12-29 08:46:03 +01:00
parent d813e61ac1
commit 02f1e798a2
2 changed files with 6 additions and 0 deletions

3
css/pf2016.css Normal file
View File

@@ -0,0 +1,3 @@
body {
background-color: #121d35;
}

View File

@@ -6,6 +6,8 @@
<meta name="author" content="Juraj Michálek" />
<meta name="description" content="PF 2016 greeting - puzzle game - set direction for ball" />
<link rel="stylesheet" href="css/pf2016.css" type="text/css" />
<script src="js/kiwi-js-v1.4.0/kiwi.js"></script>
<script src="js/app/level-tools.js"></script>
<script src="js/app/level-selector.js"></script>
@@ -387,6 +389,7 @@ var gameOptions = {
height: 600
};
var game = new Kiwi.Game(null, 'PF 2016', levelSelectorState, gameOptions);
game.stage.color = "121d35";
game.levelIndex = 0;
game.states.addState(state);