Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9941 for code/trunk/data/gui


Ignore:
Timestamp:
Dec 29, 2013, 8:06:44 PM (11 years ago)
Author:
jo
Message:

Adding most of the changes that were proposed in the release2012 branch.

Location:
code/trunk/data/gui
Files:
2 edited

Legend:

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

    r9016 r9941  
    4646   
    4747    Credits:
     48    http://www.orxonox.net/wiki/credits
     49
     50    Thanks to AMIV:
     51    https://www.amiv.ethz.ch/
    4852                      </Property>
    4953                    </Window>
  • code/trunk/data/gui/scripts/MiscConfigMenu.lua

    r9939 r9941  
    3333    table.insert(P.commandList, "UnderAttack gameTime_")
    3434    table.insert(P.commandList, "TeamDeathmatch teams_")
     35    table.insert(P.commandList, "TeamDeathmatch maxScore_")
    3536    table.insert(P.commandList, "HumanPlayer nick_")
    3637    table.insert(P.commandList, "ChatOverlay displayTime_")
     
    5657    table.insert(P.nameList, "UnderAttack: game time")
    5758    table.insert(P.nameList, "TeamDeathmatch: Number of teams")
     59    table.insert(P.nameList, "TeamDeathmatch: Score needed to end the game")
    5860    table.insert(P.nameList, "Playername")
    5961    table.insert(P.nameList, "Chat: display time")
Note: See TracChangeset for help on using the changeset viewer.