Skip to content

Commit

Permalink
Updated docs to 0.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
FranciscoKnebel committed Feb 27, 2018
1 parent 5970f7b commit 72d2166
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 2 deletions.
Binary file added docs/data/img/bosses.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/data/img/player.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/data/img/ships.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/data/img/ui/sound.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/data/img/ui/weapons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/js/app.min.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions docs/js/resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ game.resources = [
"type": "audio",
"src": "data/sfx/"
},
{
"name": "bosses",
"type": "image",
"src": "data/img/bosses.png"
},
{
"name": "player",
"type": "image",
Expand All @@ -34,6 +39,11 @@ game.resources = [
"type": "image",
"src": "data/img/ships2.png"
},
{
"name": "sound",
"type": "image",
"src": "data/img/ui/sound.png"
},
{
"name": "1_hover",
"type": "image",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spaceinvader",
"version": "0.2.0",
"version": "0.2.1",
"main": "main.js",
"scripts": {
"build": "grunt dist && npm run build-linux && npm run build-win32 && npm run build-darwin",
Expand Down

0 comments on commit 72d2166

Please sign in to comment.