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

    @Hearts::Game {
        name: "game"
        fill_with_background_color: true
    }

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