Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9361


Ignore:
Timestamp:
Sep 2, 2012, 1:55:27 PM (12 years ago)
Author:
jo
Message:

Modified music menusheet and credits menusheet.

Location:
code/branches/release2012/data/gui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/release2012/data/gui/layouts/CreditsMenu.layout

    r9016 r9361  
    3737                        <Property Name="VertFormatting" Value="TopAligned" />
    3838                        <Property Name="UnifiedAreaRect" Value="{{0,0},{0,0},{1,0},{1,0}}" />
    39                         <Property Name="Text">Orxonox version 0.0.3
     39                        <Property Name="Text">Orxonox version 0.0.4
    4040   
    4141    Programming Language:  C++ - lua - tcl
     
    4646   
    4747    Credits:
     48    http://www.orxonox.net/wiki/credits
    4849                      </Property>
    4950                    </Window>
  • code/branches/release2012/data/gui/scripts/AudioMenu.lua

    r9348 r9361  
    3434    table.insert(themeList, "8-Bit Style")
    3535    table.insert(themeList, "Corny Jazz")
    36     table.insert(themeList, "Metal")
    3736    for k,v in pairs(themeList) do
    3837        item = CEGUI.createListboxTextItem(v)
     
    4645    elseif orxonox.getConfig("MoodManager", "mood_") == "jazzy" then
    4746        listboxwindow:setItemSelectState(3,true)
    48     elseif orxonox.getConfig("MoodManager", "mood_") == "metal" then
    49         listboxwindow:setItemSelectState(4,true)
    5047    else
    5148        listboxwindow:setItemSelectState(0,true)
     
    181178    elseif listboxwindow:isItemSelected(3) then
    182179        orxonox.config("MoodManager", "mood_", "jazzy")
    183     elseif listboxwindow:isItemSelected(4) then
    184         orxonox.config("MoodManager", "mood_", "metal")
    185180    else
    186181        orxonox.config("MoodManager", "mood_", "default")
Note: See TracChangeset for help on using the changeset viewer.