Changeset 7883 in orxonox.OLD for branches/gui/src/lib/gui/gl_gui/glgui_button.cc
- Timestamp:
- May 27, 2006, 1:57:33 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/gui/gl_gui/glgui_button.cc
r7882 r7883 54 54 this->setClickable(true); 55 55 56 this->label.setFont("fonts/final_frontier.ttf", 20); 57 this->frontMaterial().setDiffuse(1, 0, 0); 58 56 59 this->label.setParent2D(this); 57 60 } 61 58 62 59 63 void GLGuiButton::setLabel(const std::string& label)
Note: See TracChangeset
for help on using the changeset viewer.