Jeck - Support for user profiles, preliminary theme support, virtual keypad, options GUI update. Still a bit unorganized, but it works.

This commit is contained in:
wagic.jeck
2009-08-26 20:13:09 +00:00
parent 0dfa3f2e16
commit 355ee7a271
30 changed files with 2779 additions and 1049 deletions

View File

@@ -62,6 +62,9 @@ void GameApp::Create()
//_CrtSetBreakAlloc(368);
LOG("starting Game");
//Link this to our settings manager.
options.theGame = this;
//Test for Music files presence
std::ifstream file(RESPATH"/sound/Track0.mp3");
if (file)
@@ -168,7 +171,6 @@ void GameApp::Create()
collection = NEW MTGAllCards(&cache);
Particles[0] = NEW hgeParticleSystem("graphics/particle1.psi", CommonRes->GetQuad("particles"));
Particles[1] = NEW hgeParticleSystem("graphics/particle2.psi", CommonRes->GetQuad("particles"));
Particles[2] = NEW hgeParticleSystem("graphics/particle3.psi", CommonRes->GetQuad("particles"));