Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nko2/applied-phlebotinum
Browse files Browse the repository at this point in the history
  • Loading branch information
coen-hyde committed Aug 28, 2011
2 parents 2c7ae95 + a58cede commit 886dd08
Show file tree
Hide file tree
Showing 14 changed files with 247 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/stylesheets/style.styl
Expand Up @@ -51,4 +51,4 @@ footer
// padding: y-padding x-padding
#world
border: 0px solid #eee
background: url("/images/road-touched.jpg")
background: url("/images/game-bg.png") 50% 50%
Binary file added public/images/game-bg.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/sprites/zombie-01-walk.png
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 public/stylesheets/style.css
Expand Up @@ -43,5 +43,5 @@ footer a {
}
#content #world {
border: 0px solid #eee;
background: url("/images/road-touched.jpg");
background: url("/images/game-bg.png") 50% 50%;
}
Binary file added resources/game-bg.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
90 changes: 90 additions & 0 deletions resources/human.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/male-01-walk-left.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/male-01-walk-up.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/male-01-walk.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 68 additions & 0 deletions resources/road.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/zombie-01-walk-down.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/zombie-01-walk-right.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/zombie-01-walk-up.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
87 changes: 87 additions & 0 deletions resources/zombie.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 886dd08

Please sign in to comment.