]> git.nickg.me.uk Git - lander.git/commit
Move lots of images to PNGs
authornick <nick@a97b1542-0b21-0410-a459-e47997c36f34>
Sun, 25 May 2008 15:42:50 +0000 (15:42 +0000)
committernick <nick@a97b1542-0b21-0410-a459-e47997c36f34>
Sun, 25 May 2008 15:42:50 +0000 (15:42 +0000)
commit72e76a702e7707702a4304fdace025985ef5f433
tree9d23b10d2eba1e782ef50451a1dd165079fe260d
parentbaf978551245a3ee92a9787c7fa06f3ded0a161f
Move lots of images to PNGs

git-svn-id: http://svn.nickg.me.uk/work/lander@421 a97b1542-0b21-0410-a459-e47997c36f34
38 files changed:
data/Makefile.am
data/images/dirt_surface.png [new file with mode: 0644]
data/images/dirt_surface2.png [new file with mode: 0644]
data/images/fade.png [new file with mode: 0644]
data/images/fuelbar.png [new file with mode: 0644]
data/images/fuelmeter.png [new file with mode: 0644]
data/images/gateway.png [new file with mode: 0644]
data/images/grass_surface.png [new file with mode: 0644]
data/images/grass_surface2.png [new file with mode: 0644]
data/images/hscore.png [new file with mode: 0644]
data/images/levelcomp.png [new file with mode: 0644]
data/images/red_rock_surface.png [new file with mode: 0644]
data/images/red_rock_surface2.png [new file with mode: 0644]
data/images/rock_surface.png [new file with mode: 0644]
data/images/rock_surface2.png [new file with mode: 0644]
data/images/shipsmall.png [new file with mode: 0644]
data/images/snow_surface.png [new file with mode: 0644]
data/images/snow_surface2.png [new file with mode: 0644]
src/AnimatedImage.cpp
src/Asteroid.cpp
src/Asteroid.hpp
src/ElectricGate.cpp
src/ElectricGate.hpp
src/Game.cpp
src/HighScores.cpp
src/HighScores.hpp
src/Image.cpp
src/Image.hpp
src/Lander.hpp
src/LandingPad.cpp
src/LandingPad.hpp
src/Makefile.am
src/OpenGL.cpp
src/OpenGL.hpp
src/Surface.cpp
src/Surface.hpp
src/Texture.cpp [new file with mode: 0644]
src/Texture.hpp [new file with mode: 0644]