Skip to content

Commit

Permalink
Small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cstuncsik committed May 28, 2015
1 parent dc1d09c commit 9ede4ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dist
.idea
node_modules
tmp
/*.sublime-project
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ You can try it [here](http://fewa.comformity.hu/)

##Credits##
**Created by:** Zoltan Pasztor & Csaba Tuncsik

**Audio Processing:** [JSFXR](https://github.com/mneubrand/jsfxr) by [@markusneubrand](https://twitter.com/markusneubrand)

**Game sound inspired by:** [@jackrugile](https://twitter.com/jackrugile) (http://codepen.io/jackrugile/blog/arcade-audio-for-js13k-games)

**Game random number utility inspired by:** # JS13KGames Boilerplate (https://github.com/ooflorent/js13k-boilerplate/blob/master/src/rng.js)

##License##
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{
"name": "FEWA",
"version": "1.0.0",
"version": "1.0.1",
"description": "Shooter game for the js13k contest",
"authors": [
"Csaba <[email protected]>",
"Zoltán <[email protected]>"
],
"license": "free",
"repository": {
"type": "git",
"url": "https://github.com/Csombek/fewa.git"
},
"repository": "cstuncsik/fewa.git",
"devDependencies": {
"browser-sync": "^1.6.5",
"gulp": "^3.8.10",
Expand Down

0 comments on commit 9ede4ea

Please sign in to comment.