mirror of
https://github.com/RGBCube/serenity
synced 2025-09-13 16:38:03 +00:00
2048: Convert to GML
This commit is contained in:
parent
a6ba82fc49
commit
5d77daebf3
5 changed files with 125 additions and 44 deletions
17
Userland/Games/2048/GameWindow.gml
Normal file
17
Userland/Games/2048/GameWindow.gml
Normal file
|
@ -0,0 +1,17 @@
|
|||
@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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue