diff --git a/app/views/stylesheets/style.styl b/app/views/stylesheets/style.styl index 03f25d7..bfc4d6d 100644 --- a/app/views/stylesheets/style.styl +++ b/app/views/stylesheets/style.styl @@ -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% diff --git a/public/images/game-bg.png b/public/images/game-bg.png new file mode 100644 index 0000000..b8562c9 Binary files /dev/null and b/public/images/game-bg.png differ diff --git a/public/images/sprites/zombie-01-walk.png b/public/images/sprites/zombie-01-walk.png index dc2e04f..40ed0d2 100644 Binary files a/public/images/sprites/zombie-01-walk.png and b/public/images/sprites/zombie-01-walk.png differ diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index a7d2b41..7753c6c 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -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%; } diff --git a/resources/game-bg.png b/resources/game-bg.png new file mode 100644 index 0000000..7a43e85 Binary files /dev/null and b/resources/game-bg.png differ diff --git a/resources/human.svg b/resources/human.svg new file mode 100644 index 0000000..2965038 --- /dev/null +++ b/resources/human.svg @@ -0,0 +1,90 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/resources/male-01-walk-left.png b/resources/male-01-walk-left.png new file mode 100644 index 0000000..af17288 Binary files /dev/null and b/resources/male-01-walk-left.png differ diff --git a/resources/male-01-walk-up.png b/resources/male-01-walk-up.png new file mode 100644 index 0000000..caf9ac6 Binary files /dev/null and b/resources/male-01-walk-up.png differ diff --git a/resources/male-01-walk.png b/resources/male-01-walk.png new file mode 100644 index 0000000..49a39f2 Binary files /dev/null and b/resources/male-01-walk.png differ diff --git a/resources/road.svg b/resources/road.svg new file mode 100644 index 0000000..ba7e509 --- /dev/null +++ b/resources/road.svg @@ -0,0 +1,68 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/resources/zombie-01-walk-down.png b/resources/zombie-01-walk-down.png new file mode 100644 index 0000000..d83978e Binary files /dev/null and b/resources/zombie-01-walk-down.png differ diff --git a/resources/zombie-01-walk-right.png b/resources/zombie-01-walk-right.png new file mode 100644 index 0000000..39b1b89 Binary files /dev/null and b/resources/zombie-01-walk-right.png differ diff --git a/resources/zombie-01-walk-up.png b/resources/zombie-01-walk-up.png new file mode 100644 index 0000000..612fa19 Binary files /dev/null and b/resources/zombie-01-walk-up.png differ diff --git a/resources/zombie.svg b/resources/zombie.svg new file mode 100644 index 0000000..9c88fa4 --- /dev/null +++ b/resources/zombie.svg @@ -0,0 +1,87 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + +