JKGDevs / JediKnightGalaxies

Jedi Knight Galaxies (JKG) is a multiplayer shooter with role playing elements, played out in the Star Wars universe. The project is a full conversion game modification for Jedi Knight: Jedi Academy.
https://www.jkgalaxies.net/
GNU General Public License v2.0
34 stars 12 forks source link

Unified UI Tooltips #214

Open eezstreet opened 7 years ago

eezstreet commented 7 years ago

There should be a means to add tooltips to every UI clickable object in the game, primarily to provide more detailed information.

ensiform commented 7 years ago

Ideally the root assetdef should specify the design and the game should automatically size for the description used. And the tooltip description should be part of the itemdef. Should not create new itemdef for rendering of tooltips. Just render them during Window_Paint or similar.