view gui.cfg @ 22:4fce5596d1f6

ai work
author zzzzrrr <mason.green@gmail.com>
date Thu, 26 Mar 2009 16:56:30 -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;
    }
}