Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 19, 2010, 12:18:45 AM (14 years ago)
Author:
rgrieder
Message:

Changed the way windows are aliased: Instead of defining "MenuWidgets/Button", we now define "TaharezLook/Button" and then make an alias.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gamestate/data/gui/scripts/InitialiseGUI.lua

    r6564 r6566  
    77local cursor    = CEGUI.MouseCursor:getSingleton()
    88
     9-- Load all required skins
     10schemeMgr:loadScheme("TaharezLook.scheme")
     11
     12-- Connect skin specific window types with our own window types
     13-- By loading a different file (if there is) you can change the skin
     14-- of the menus or the HUD independently
    915schemeMgr:loadScheme("TaharezMenuWidgets.scheme")
    10 schemeMgr:loadScheme("TaharezMenuWidgetsAliases.scheme")
    11 -- load scheme with our own images, hack!
     16
     17-- Just a remaining test hack
    1218schemeMgr:loadScheme("OrxonoxGUIScheme.scheme")
    1319
Note: See TracChangeset for help on using the changeset viewer.