Initial commit
authorIvan Hernandez <iturtleman128@gmail.com>
Sat, 11 Jul 2009 20:08:39 +0000 (15:08 -0500)
committerIvan Hernandez <iturtleman128@gmail.com>
Sat, 11 Jul 2009 20:08:39 +0000 (15:08 -0500)
commita509c19c3a2c1623e16e4b5da5e1ee945f57ac3c
tree454f215687aff436ba8e25454bb4ce84847cf84d
Initial commit
32 files changed:
Animation.cpp [new file with mode: 0644]
Animation.h [new file with mode: 0644]
ArtAssets/Backgrounds/bg.bmp [new file with mode: 0644]
ArtAssets/Fonts/text.bmp [new file with mode: 0644]
ArtAssets/Sprites/sun.anim [new file with mode: 0644]
ArtAssets/Sprites/sun1.bmp [new file with mode: 0644]
ArtAssets/Sprites/sun2.bmp [new file with mode: 0644]
ArtAssets/Sprites/sun3.bmp [new file with mode: 0644]
ArtAssets/Sprites/sun4.bmp [new file with mode: 0644]
ArtAssets/Sprites/viking.anim [new file with mode: 0644]
ArtAssets/Sprites/viking1.bmp [new file with mode: 0644]
ArtAssets/Sprites/viking2.bmp [new file with mode: 0644]
ArtAssets/Sprites/viking3.bmp [new file with mode: 0644]
ArtAssets/Sprites/viking4.bmp [new file with mode: 0644]
ArtAssets/Sprites/viking5.bmp [new file with mode: 0644]
ArtAssets/Sprites/viking6.bmp [new file with mode: 0644]
ArtAssets/Sprites/viking7.bmp [new file with mode: 0644]
ArtAssets/Sprites/viking8.bmp [new file with mode: 0644]
ArtAssets/Sprites/viking9.bmp [new file with mode: 0644]
ArtAssets/image.bmp [new file with mode: 0644]
Game.cpp [new file with mode: 0644]
Game.h [new file with mode: 0644]
Level.cpp [new file with mode: 0644]
Level.h [new file with mode: 0644]
SDL.dll [new file with mode: 0644]
Sprite.cpp [new file with mode: 0644]
Sprite.h [new file with mode: 0644]
Text.cpp [new file with mode: 0644]
Text.h [new file with mode: 0644]
fns.cpp [new file with mode: 0644]
fns.h [new file with mode: 0644]
main.cpp [new file with mode: 0644]