Last change
on this file since 11465 was
11118,
checked in by bknecht, 9 years ago
|
initial commit to get orxonox to find and compile and start with cegui0.8. doesn't work yet
|
-
Property svn:eol-style set to
native
|
File size:
767 bytes
|
Rev | Line | |
---|
[11118] | 1 | <?xml version='1.0' encoding='utf-8'?> |
---|
| 2 | <GUILayout version="4"> |
---|
| 3 | <Window name="ChatBox-inputonly" type="DefaultWindow"> |
---|
| 4 | <Property name="InheritsAlpha" value="False" /> |
---|
| 5 | <Property name="MaxSize" value="{{1,0},{1,0}}" /> |
---|
| 6 | <Property name="Area" value="{{0,0},{0,0},{1,0},{1,0}}" /> |
---|
| 7 | <Window name="input" type="MenuWidgets/Editbox"> |
---|
| 8 | <Property name="Text" value="" /> |
---|
| 9 | <Property name="Font" value="Monofur-10" /> |
---|
| 10 | <Property name="AlwaysOnTop" value="True" /> |
---|
| 11 | <Property name="MaxTextLength" value="12981298" /> |
---|
| 12 | <Property name="MaxSize" value="{{1,0},{1,0}}" /> |
---|
| 13 | <Property name="Area" value="{{0.02,0},{0,5},{0.98,0},{0,30}}" /> |
---|
[6596] | 14 | </Window> |
---|
| 15 | </Window> |
---|
| 16 | </GUILayout> |
---|
Note: See
TracBrowser
for help on using the repository browser.