Skip to content

Commit

Permalink
Fixed starfighter image.
Browse files Browse the repository at this point in the history
  • Loading branch information
apillet committed May 26, 2010
1 parent 17c88e8 commit a1928d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion TODO
Expand Up @@ -10,4 +10,3 @@ TODO
- Add Window#update_interval
- Add Screen#gl
- Write some mini-games.
- Fix starfighter.png
11 changes: 6 additions & 5 deletions games/gosu_demo/config/defaults.yml
Expand Up @@ -9,11 +9,12 @@

# Resources
#
:fonts_path: 'media/*.ttf'
:songs_path: 'media/*.ogg'
:tiles_path: 'media/*.png'
:images_path: 'media/*.png'
:samples_path: 'media/*.wav'
:media_path: media
:fonts_ext: *.ttf
:songs_ext: *.ogg
:tiles_ext: *.png
:images_ext: *.png
:samples_ext: *.wav

# Defaults
#
Expand Down
Binary file modified games/gosu_demo/media/starfighter.png
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 a1928d0

Please sign in to comment.