Changes between Version 9 and Version 10 of code/doc/GUI
- Timestamp:
- Aug 22, 2009, 10:38:55 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/GUI
v9 v10 86 86 === Schemes === 87 87 88 Schemes define a certain style and provide the Lua-script with the necessary resources. It is written in XML. At the moment we just use the standard-scheme for the window look and for our own images ([http://svn.orxonox.net/ data/media/gui/schemes/OrxonoxGUIScheme.scheme OrxonoxGUIScheme.scheme]). Since this is included in the main script, you just have to add your new imageset to the scheme and can forget about it.88 Schemes define a certain style and provide the Lua-script with the necessary resources. It is written in XML. At the moment we just use the standard-scheme for the window look and for our own images ([http://svn.orxonox.net/game/data/trunk/gui/schemes/OrxonoxGUIScheme.scheme OrxonoxGUIScheme.scheme]). Since this is included in the main script, you just have to add your new imageset to the scheme and can forget about it. 89 89 90 90 === Layouts ===