summaryrefslogtreecommitdiff
path: root/Userland/Games/Spider/Spider.gml
blob: 12c560b0cec357a549753e71a956f941f313bc99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@GUI::Widget {
    fill_with_background_color: true
    layout: @GUI::VerticalBoxLayout {}

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

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