view gui.cfg @ 6:eb6059f7035a

Added planet
author zzzzrrr <mason.green@gmail.com>
date Sat, 21 Mar 2009 16:42:08 -0400
parents c10bc63824e7
children
line wrap: on
line source

import "themes/default.cfg"

new FramedTopLevelWindow main {
    frame.text = "OpenMelee";
    showCursor = false;
    size = 900 610;
    [hexpand hfill vexpand vfill] new GLViewport glview;
} @overlay {
    [hexpand vexpand hfill vfill] new Group .overlay {
        layout = Ghost;
    }
}