Ducking

Published December 12, 2006
Advertisement
So I've just spent two hours getting Udo to be able to duck. Amazing how the most trivial sounding things can end up being so complicated.

Got a nice menu system working now. I've got a seperate CMenu class that is constructed with a vector of CMenuItem(std::string,int) pairs. Anything that owns a CMenu pointer passes Render and OnKeyPress instructions along to the menu if it exists.

Simple but effective and keeps all the complexity of menu management out of the actual game modes.

Moving platforms up next, I think. Always struggle with them a bit.
Next Entry Rethink
0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement
Advertisement