Skip to content

Commit

Permalink
updated docs to 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
FranciscoKnebel committed Feb 24, 2018
1 parent d9d40cc commit 4884681
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/js/app.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"concurrently": "^3.5.1",
"electron": "1.7.12",
"electron-builder": "^20.0.7",
"electron-builder": "^20.2.0",
"electron-packager": "^11.0.1",
"eslint": "^4.18.0",
"eslint-config-airbnb": "^16.1.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"concurrently": "^3.5.1",
"electron": "1.7.12",
"electron-builder": "^20.0.7",
"electron-builder": "^20.2.0",
"electron-packager": "^11.0.1",
"eslint": "^4.18.0",
"eslint-config-airbnb": "^16.1.0",
Expand Down
1 change: 1 addition & 0 deletions src/interface/colors.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
game.GUI = game.GUI || {};
game.GUI.colors = {
backgrounds: {
level: ['#000', '#043604', '#3D0E03', '#4C1104', '#1A1A1A'],
Expand Down

0 comments on commit 4884681

Please sign in to comment.