worldforge / ember

The main client for the Worldforge MMORPG system.
http://www.worldforge.org/index.php/components/ember/
GNU General Public License v3.0
131 stars 51 forks source link

Fix help widget #37

Closed NetSysFire closed 2 years ago

NetSysFire commented 2 years ago

Fixes #35.

Before:

After:

ember help

Description of solution: Adds line feed (
) characters. Also highlighted some essential stuff in ember orange and did some rewording and updating where necessary. The help is still by no means perfect but it is better than before. More specifically some padding would benefit the headings, usage of a bold font would also be cool. I did look into the cegui docs but especially the bold font part looks difficult here.

Testing: Applied changes locally. Since these cegui files do not need to be compiled, I can swap them out and restart ember to see the change.