Newer
Older
minerva / Userland / Games / TwentyFourtyEight / GameWindowWidget.gml
@minerva minerva on 13 Jul 375 bytes Initial commit
@TwentyFourtyEight::GameWindowWidget {
    fill_with_background_color: true
    layout: @GUI::VerticalBoxLayout {}

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

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

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