blob: 1ed45a5299f7dc05bea90a6391e38620454581be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
@GUI::Widget {
fill_with_background_color: true
layout: @GUI::VerticalBoxLayout {}
@Spider::Game {
name: "game"
fill_with_background_color: true
background_color: "green"
}
@GUI::Statusbar {
name: "statusbar"
segment_count: 3
}
}
|