Implemented main menu and buttons

This commit is contained in:
Kayne Ruse
2013-05-15 23:20:47 +10:00
parent 613d9cec08
commit 30d163ec80
12 changed files with 108 additions and 34 deletions
+1
View File
@@ -79,6 +79,7 @@ void BaseScene::RunFrame() {
FrameStart();
HandleEvents();
Update();
SDL_FillRect(screen, 0, 0);
Render(screen);
SDL_Flip(screen);
FrameEnd();