view gui.cfg @ 15:8e6a9e390cba

Added binary win32 demo
author zzzzrrr <mason.green@gmail.com>
date Tue, 24 Mar 2009 11:06:16 -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;
    }
}