Changeset 7746 for code/branches/presentation/data
- Timestamp:
- Dec 8, 2010, 5:36:22 PM (14 years ago)
- Location:
- code/branches/presentation/data/gui
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/data/gui/layouts/MultiplayerMenu.layout
r7732 r7746 32 32 <Event Name="SelectStateChanged" Function="MultiplayerMenu.InternetButton_clicked"/> 33 33 </Window> 34 35 36 34 </Window> 37 35 <Window Type="MenuWidgets/Button" Name="orxonox/MultiplayerBackButton" > -
code/branches/presentation/data/gui/scripts/ChatBox-inputonly.lua
r7163 r7746 1 1 -- ChatBox-inputonly.lua 2 2 3 local P = createMenuSheet("ChatBox-inputonly" )3 local P = createMenuSheet("ChatBox-inputonly", true, TriBool.True, TriBool.Dontcare, false) 4 4 return P 5 5 -
code/branches/presentation/data/gui/scripts/ChatBox.lua
r7612 r7746 1 1 -- ChatBox.lua 2 2 3 local P = createMenuSheet("ChatBox" )3 local P = createMenuSheet("ChatBox", true, TriBool.True, TriBool.Dontcare, false) 4 4 5 5 function P.ChatBoxCloseButton_clicked(e)
Note: See TracChangeset
for help on using the changeset viewer.