Changeset 6544 for code/branches/gamestate/data/gui/scripts
- Timestamp:
- Mar 18, 2010, 12:13:57 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gamestate/data/gui/scripts/InitialiseGUI.lua
r6537 r6544 7 7 local cursor = CEGUI.MouseCursor:getSingleton() 8 8 9 schemeMgr:loadScheme("TaharezLook Skin.scheme")9 schemeMgr:loadScheme("TaharezLook.scheme") 10 10 -- load scheme with our own images 11 11 schemeMgr:loadScheme("OrxonoxGUIScheme.scheme") … … 53 53 end 54 54 55 -- shows the specified and loads it if not loaded already 56 -- be sure to set the global variable "filename" before calling this function 55 -- shows the specified GUI sheet and loads it if not loaded already 57 56 function showGUI(filename, hidePrevious, bCursorVisible) 58 57 if bCursorVisible == nil then
Note: See TracChangeset
for help on using the changeset viewer.