Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 25, 2009, 10:08:48 PM (15 years ago)
Author:
bknecht
Message:

some fixes for pickupinventory and whole gui implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/media/gui/scripts/mainmenu_2.lua

    r5532 r5559  
    1212    preselect = orxonox.Game:getInstance():getLevel()
    1313    orxonox.GUIManager:getInstance():getLevelList() --levellist variable ist set now
     14    table.sort(levellist)
    1415    for k,v in pairs(levellist) do
    1516        item = CEGUI.createListboxTextItem(v)       
Note: See TracChangeset for help on using the changeset viewer.