Added better placeholder textures.
|
@ -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
|
Before Width: | Height: | Size: 386 B After Width: | Height: | Size: 192 B |
Before Width: | Height: | Size: 213 B After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 152 B |
Before Width: | Height: | Size: 214 B After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 261 B After Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 424 B After Width: | Height: | Size: 8.6 KiB |
|
@ -2,5 +2,5 @@ name: Bullet
|
|||
texture: bullet.png
|
||||
|
||||
damage: 10
|
||||
radius: 10
|
||||
speed: 500
|
||||
radius: 5
|
||||
speed: 1000
|