Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 19, 2010, 2:51:39 PM (14 years ago)
Author:
rgrieder
Message:

Removed last remains of hard coded Taharez references:
Refer to the ImageSets with menuImageSet or hudImageSet from now on (in lua scripts).
(and hope that the image you're looking for is named like that in every look…)

File:
1 edited

Legend:

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

    r6459 r6571  
    2727    for k,v in pairs(levelList) do
    2828        item = CEGUI.createListboxTextItem(v)
    29         item:setSelectionBrushImage("TaharezLook", "MultiListSelectionBrush")
     29        item:setSelectionBrushImage(menuImageSet, "MultiListSelectionBrush")
    3030        CEGUI.toListbox(listbox):addItem(item)
    3131        if v .. ".oxw" == preselect then
Note: See TracChangeset for help on using the changeset viewer.