Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6544


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

Removed loads of CEGUI related files that we really don't need. Most of it was just copied from the CEGUI data folder for the demo applications.

Location:
code/branches/gamestate/data/gui
Files:
29 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gamestate/data/gui/schemes/OrxonoxGUIScheme.scheme

    r5951 r6544  
    22<GUIScheme Name="OrxonoxGUI">
    33    <Imageset Name="MainMenuBackground" Filename="MainMenuBackground.imageset"/>
     4    <Font Name="BlueHighway-12" Filename="bluehighway-12.font" />
     5    <Font Name="BlueHighway-10" Filename="bluehighway-10.font" />
     6    <Font Name="BlueHighway-8"  Filename="bluehighway-8.font"  />
    47</GUIScheme>
  • code/branches/gamestate/data/gui/scripts/InitialiseGUI.lua

    r6537 r6544  
    77local cursor    = CEGUI.MouseCursor:getSingleton()
    88
    9 schemeMgr:loadScheme("TaharezLookSkin.scheme")
     9schemeMgr:loadScheme("TaharezLook.scheme")
    1010-- load scheme with our own images
    1111schemeMgr:loadScheme("OrxonoxGUIScheme.scheme")
     
    5353end
    5454
    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
    5756function showGUI(filename, hidePrevious, bCursorVisible)
    5857    if bCursorVisible == nil then
Note: See TracChangeset for help on using the changeset viewer.