view gui.cfg @ 10:bdca08c79cf3

Added Linux build script
author Mason Green <mason.green@gmail.com>
date Sun, 22 Mar 2009 08:03:43 -0400
parents eb6059f7035a
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;
    }
}