Changeset 11801 for code/branches/cegui0.8_ogre1.9/data/gui
- Timestamp:
- Feb 24, 2018, 1:08:11 AM (7 years ago)
- Location:
- code/branches/cegui0.8_ogre1.9/data/gui
- Files:
-
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cegui0.8_ogre1.9/data/gui/layouts/CreditsMenu.layout
r11793 r11801 1 1 <?xml version='1.0' encoding='utf-8'?> 2 2 <GUILayout version="4"> 3 <Window name=" Background" type="DefaultWindow">3 <Window name="CreditsBackground" type="DefaultWindow"> 4 4 <Property name="InheritsAlpha" value="False" /> 5 5 <Property name="MaxSize" value="{{1,0},{1,0}}" /> -
code/branches/cegui0.8_ogre1.9/data/gui/layouts/GameplayMenu.layout
r11793 r11801 52 52 <Property name="MaxSize" value="{{1,0},{1,0}}" /> 53 53 <Property name="Area" value="{{0.05,0},{0.21,0},{0.95,0},{0.9,0}}" /> 54 <Property name="MaxEditTextLength" value="1073741823" />55 54 <Property name="ReadOnly" value="True" /> 56 55 <Event function="GameplayMenu.GameplayThemeCombobox_changed" name="ListSelectionAccepted" /> -
code/branches/cegui0.8_ogre1.9/data/gui/layouts/SingleplayerConfigMenu.layout
r11793 r11801 1 1 <?xml version='1.0' encoding='utf-8'?> 2 2 <GUILayout version="4"> 3 <Window name=" Background" type="MenuWidgets/StaticImage">3 <Window name="SingleplayerConfigBackground" type="MenuWidgets/StaticImage"> 4 4 <Property name="FrameEnabled" value="False" /> 5 5 <Property name="InheritsAlpha" value="False" /> -
code/branches/cegui0.8_ogre1.9/data/gui/scripts/SingleplayerConfigMenu.lua
r11799 r11801 46 46 table.insert(P.commandList, "LastTeamStanding bNoPunishment") 47 47 table.insert(P.commandList, "LastTeamStanding bHardPunishment") 48 table.insert(P.commandList, "Team Deathmatchteams_")48 table.insert(P.commandList, "TeamGametype teams_") 49 49 table.insert(P.commandList, "UnderAttack gameTime_") 50 50 … … 64 64 table.insert(P.nameList, "LastTeamStanding: no punishment") 65 65 table.insert(P.nameList, "LastTeamStanding: hard punishment") 66 table.insert(P.nameList, "Team Deathmatch: Number of teams")66 table.insert(P.nameList, "TeamGametype: Number of teams") 67 67 table.insert(P.nameList, "UnderAttack: game time") 68 68
Note: See TracChangeset
for help on using the changeset viewer.