|
7e17865c2a
|
Implemented TitleScreen::init()
|
2011-06-28 21:44:28 -04:00 |
|
|
6a4b1c4cf2
|
Refactored a wee bit of code in the GameStack... stack, and started building the title screen code
|
2011-06-28 21:38:18 -04:00 |
|
|
2bddf92001
|
Folded sdlrenderer code into Game(), since we'll be doing rendering on a per-state basis
|
2011-06-27 22:35:52 -04:00 |
|
|
5522cbc64c
|
Refactored code heavily to be able to use a state stack - main function now does the basic init, looping, and shutdown, and each state is a pointer to an object that has its own event handling, rendering, etc
|
2011-06-27 22:07:52 -04:00 |
|