marcusmoller / pyorpg-client

Client for the PyORPG project
Other
56 stars 48 forks source link

New templates to consider for In game UI #27

Closed Waterseas closed 11 years ago

Waterseas commented 11 years ago

Template to consider for new in game UI, includes 5 areas where background pics can be added, as well as wood looking background and better looking frames.

marcusmoller commented 11 years ago

Hi there. Cheers for contributing! The wodden effect looks really neat and I would love to use it. Unfortunately there a few minor offset problems and things I'd like to suggest.

See this image for reference: http://i.imgur.com/S4Ag8SS.png Seems that the in-game surface (PINK) has a border that isn't right. The in-game surface (PINK) should start 16px in and 16px down from the topleft corner. There also seems to be a problem with the chat surface (GREEN), but that's a known problem. It seems that the GUI toolkit I use (pgu) doesn't place the objects correctly. This is easily fixed by repainting it to BLUE.

And the last thing, could you possibly also upload a version with something neat filled into the BLUE, RED and YELLOW surfaces? Cheers!

Waterseas commented 11 years ago

Hi there Marcus, I'll work on fixing things up today. For the chat surface, I assume by blue you want it to be 0, 0, 255? And sure, I can try doing a version with things filled in, though they'll probably be relatively simple looking things. I'd considered doing this prior, but I didn't know how full the red and yellow parts were, and how much more might be added to such parts. I might just use the wooden background as the base for those sections, and throw in some simple opaque designs, making it looked like carved wood.

marcusmoller commented 11 years ago

The chat surface should be black (#000000), sorry! :-)

Thanks for your help!

Waterseas commented 11 years ago

Oh, that makes more sense XD No problem, tis my pleasure.

Waterseas commented 11 years ago

Also, forgot to ask, what are the total dimensions on the pink area?

marcusmoller commented 11 years ago

That would be 480x352px.