comparison gui.cfg @ 0:c10bc63824e7

Initial commit!
author zzzzrrr <mason.green@gmail.com>
date Fri, 20 Mar 2009 06:41:25 -0400
parents
children eb6059f7035a
comparison
equal deleted inserted replaced
-1:000000000000 0:c10bc63824e7
1 import "themes/default.cfg"
2
3 new FramedTopLevelWindow main {
4 frame.text = "OpenMelee";
5 showCursor = false;
6 size = 900 610;
7 [hexpand hfill vexpand vfill] new HBox {
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 {
17 [hexpand vexpand hfill vfill] new Group .overlay {
18 layout = Ghost;
19 }
20 }