Revision 818,
1.0 KB
checked in by aspidites, 9 years ago
(diff) |
Patch by Aspidites et al:
- squashed all commits that happened during the active_sprint before merging
|
-
Property svn:eol-style set to
native
|
Line | |
---|
1 | <!-- |
---|
2 | * Buttons have a dimension of 95x20 pixels |
---|
3 | * 3 pixels vertical spacing is foreseen between buttons |
---|
4 | * 7 pixels spacing is foreseen above and below the buttons |
---|
5 | * Total height should be num_button*20 + (num_button-1)*3 + 2*7 |
---|
6 | --> |
---|
7 | |
---|
8 | <Container name="PauseMenue" position_technique="center:center" size="145,172"> |
---|
9 | <Button name="newButton" text="New Game" position="25,7" min_size="95,20" max_size="95,20" /> |
---|
10 | <Button name="resumeButton" text="Resume Game" position="25,30" min_size="95,20" max_size="95,20"/> |
---|
11 | <Button name="saveButton" text="Save Game" position="25,53" min_size="95,20" max_size="95,20"/> |
---|
12 | <Button name="loadButton" text="Load Game" position="25,76" min_size="95,20" max_size="95,20"/> |
---|
13 | <Button name="settingsButton" text="Settings" position="25,99" min_size="95,20" max_size="95,20"/> |
---|
14 | <Button name="helpButton" text="Help" position="25,122" min_size="95,20" max_size="95,20" /> |
---|
15 | <Button name="quitButton" text="Quit" position="25,145" min_size="95,20" max_size="95,20" /> |
---|
16 | </Container> |
---|
Note: See
TracBrowser
for help on using the repository browser.