view gui.cfg @ 26:88cca12cc8b9

added ship explode
author zzzzrrr <mason.green@gmail.com>
date Fri, 27 Mar 2009 19:26:01 -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;
    }
}