Newer
Older
minerva / Userland / Games / Flood / FloodWindow.gml
@minerva minerva on 13 Jul 359 bytes Initial commit
@Flood::MainWidget {
    fill_with_background_color: true
    layout: @GUI::VerticalBoxLayout {}

    @GUI::Widget {
        layout: @GUI::VerticalBoxLayout {}

        @GUI::Widget {
            name: "board_widget_container"
            layout: @GUI::VerticalBoxLayout {}
        }

        @GUI::Statusbar {
            name: "statusbar"
        }
    }
}