🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Grinding away at the interface

Published March 27, 2012
Advertisement
Spent a couple more hours this evening plugging away at the interface. Did a few buttons for the dashboard panel, and re-wrote a bit of text rendering code to allow color coding tokens embedded in strings for the combat log. The current text color can be switched using a token of the form # where number is a color table index. So, for example, the string "#1 Player 1 #0 hit #2 Player 2 #0 for #3 16 #0 damage." results in a colored string where Player 1 is rendered in blue, Player 2 in green, and the damage value in red, with the rest in white.

dR5tQ.jpg

I did some throwaway buttons for the dashboard, just real quick stuff so that I have something on-screen, and now I need to start rebuilding the action/skill/item system and re-build the character stats sheet system so that combat actually uses a character's stats, rather than just being empty messages being passed around, and placeholder stuff. Also re-rendered the little goblin sprite animations for the N-th time, where N is some large number. I'm finding I have little patience these days for character modeling and animation for some reason.
1 likes 1 comments

Comments

mixmaster
Keep grinding, Looking good.
March 29, 2012 04:29 AM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement
Advertisement