From 02f1e798a20063eebe1b1986cc7d9968570dcdd6 Mon Sep 17 00:00:00 2001 From: Juraj Michalek Date: Tue, 29 Dec 2015 08:46:03 +0100 Subject: [PATCH] change background color --- css/pf2016.css | 3 +++ index.html | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 css/pf2016.css diff --git a/css/pf2016.css b/css/pf2016.css new file mode 100644 index 0000000..cf69813 --- /dev/null +++ b/css/pf2016.css @@ -0,0 +1,3 @@ +body { + background-color: #121d35; +} \ No newline at end of file diff --git a/index.html b/index.html index eae4784..4b6dd7e 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,8 @@ + + @@ -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);