-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for printing desciprions on command deck description mi…
…ni window. The command panel has a description field above the cube, which displays button names, the cube side button pressed, and also the same on mouseover. It is a primitive form of tool-tip. class Cubeside has been updated to store and return descriptions for individual buttons and the facit itself. An update function has been added, in case we need to update a facit name dynamically. The class cube file loading routine now loads the additional description data, and populates the correct areas accordingly. In the CommandDeck class, the interaction function will now update the descriptions on mouse-click on a valid button; no mouseover yet. A new font entry was added to globals and populated in the main ironseed class. The commanddeck class will now render descriptions using this double-sized font during the rendering phase.
- Loading branch information
1 parent
906cf28
commit 294eca9
Showing
3 changed files
with
76 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters