ladybird/Userland/Games/Flood/FloodWindow.gml
2022-11-03 01:02:56 -06:00

18 lines
352 B
Plaintext

@GUI::Frame {
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"
}
}
}