Changeset 8437 in orxonox.OLD for branches/gui/src/lib/gui/gl/glgui_button.cc
- Timestamp:
- Jun 15, 2006, 1:30:18 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/gui/gl/glgui_button.cc
r8435 r8437 55 55 56 56 this->_label.setFont("fonts/final_frontier.ttf", 20); 57 this-> setFrontColor(Color(1, 0, 0, 1.0));57 this->_label.setColor(this->frontColor()); 58 58 59 59 this->_label.setParent2D(this);
Note: See TracChangeset
for help on using the changeset viewer.