ladybird/Userland/Games/2048/GameWindow.gml

18 lines
350 B
Plaintext
Raw Normal View History

2022-10-17 20:03:09 +03:00
@GUI::Frame {
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"
}
}
}