comparison gui.cfg @ 6:eb6059f7035a

Added planet
author zzzzrrr <mason.green@gmail.com>
date Sat, 21 Mar 2009 16:42:08 -0400
parents c10bc63824e7
children
comparison
equal deleted inserted replaced
5:6f455ef24063 6:eb6059f7035a
2 2
3 new FramedTopLevelWindow main { 3 new FramedTopLevelWindow main {
4 frame.text = "OpenMelee"; 4 frame.text = "OpenMelee";
5 showCursor = false; 5 showCursor = false;
6 size = 900 610; 6 size = 900 610;
7 [hexpand hfill vexpand vfill] new HBox { 7 [hexpand hfill vexpand vfill] new GLViewport glview;
8 [vexpand vfill] new VBox controls {
9 size = 175 0;
10 layout = {
11 padding = 5 5;
12 }
13 }
14 [hexpand hfill vexpand vfill] new GLViewport glview;
15 }
16 } @overlay { 8 } @overlay {
17 [hexpand vexpand hfill vfill] new Group .overlay { 9 [hexpand vexpand hfill vfill] new Group .overlay {
18 layout = Ghost; 10 layout = Ghost;
19 } 11 }
20 } 12 }