Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 19, 2010, 2:25:55 PM (15 years ago)
Author:
rgrieder
Message:

Completed skin abstraction for Taharez, Windows, Vanilla and SleeSpace Looks.
Unfortunately only Taharez and Windows work because of missing properties in the looknfeel files of the other two looks.
Maybe we can fix this ourselves some time.

File:
1 edited

Legend:

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

    r6567 r6569  
    99-- Load all required skins
    1010schemeMgr:loadScheme("TaharezLook.scheme")
     11--schemeMgr:loadScheme("WindowsLook.scheme")
     12--schemeMgr:loadScheme("VanillaLook.scheme")
     13--schemeMgr:loadScheme("SleekSpaceLook.scheme")
    1114
    1215-- Connect skin specific window types with our own window types
Note: See TracChangeset for help on using the changeset viewer.