1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-09-13 12:37:59 +00:00
serenity/Userland/Games/Hearts/Hearts.gml
2024-01-09 17:23:39 +01:00

13 lines
244 B
Text

@Hearts::MainWidget {
fill_with_background_color: true
layout: @GUI::VerticalBoxLayout {}
@Hearts::Game {
name: "game"
fill_with_background_color: true
}
@GUI::Statusbar {
name: "statusbar"
}
}