diff --git a/README.txt b/README.txt index 28837a6..2e1d019 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,10 @@ ## About 2d top down shooter similar to dragon age fights with guns / frozen sysnapse and roguelike combination -## Dependencies: +## Dependencies - SFML 2.0 - Thor 2.0 + +## Texture used +Player/Enemy (modified): http://opengameart.org/content/top-down-runner +Tiles (modified): http://opengameart.org/content/metalstone-textures \ No newline at end of file diff --git a/resources/textures/bullet.png b/resources/textures/bullet.png index e4eb36e..b5bcc20 100644 Binary files a/resources/textures/bullet.png and b/resources/textures/bullet.png differ diff --git a/resources/textures/corpse.png b/resources/textures/corpse.png index b14cbd6..59bf276 100644 Binary files a/resources/textures/corpse.png and b/resources/textures/corpse.png differ diff --git a/resources/textures/cover.png b/resources/textures/cover.png deleted file mode 100644 index 85113fb..0000000 Binary files a/resources/textures/cover.png and /dev/null differ diff --git a/resources/textures/enemy.png b/resources/textures/enemy.png index f212b63..ef5191b 100644 Binary files a/resources/textures/enemy.png and b/resources/textures/enemy.png differ diff --git a/resources/textures/floor.png b/resources/textures/floor.png index d27b6a4..508b533 100644 Binary files a/resources/textures/floor.png and b/resources/textures/floor.png differ diff --git a/resources/textures/player.png b/resources/textures/player.png index 5fd365c..79ccffa 100644 Binary files a/resources/textures/player.png and b/resources/textures/player.png differ diff --git a/resources/textures/wall.png b/resources/textures/wall.png index 4bf33e2..727208c 100644 Binary files a/resources/textures/wall.png and b/resources/textures/wall.png differ diff --git a/resources/yaml/bullet.yaml b/resources/yaml/bullet.yaml index 2528ee8..60f1876 100644 --- a/resources/yaml/bullet.yaml +++ b/resources/yaml/bullet.yaml @@ -2,5 +2,5 @@ name: Bullet texture: bullet.png damage: 10 -radius: 10 -speed: 500 \ No newline at end of file +radius: 5 +speed: 1000 \ No newline at end of file