1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 19:47:46 +00:00

Games: Add Flood

This commit is contained in:
implicitfield 2022-10-13 22:01:31 +03:00 committed by Andrew Kaster
parent 02baa1b005
commit 7eca8f7e62
15 changed files with 822 additions and 0 deletions

View file

@ -0,0 +1,17 @@
@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"
}
}
}