ladybird/Userland/Games/Solitaire/Solitaire.gml
2021-05-18 17:57:23 +02:00

18 lines
303 B
Plaintext

@GUI::Widget {
fill_with_background_color: true
layout: @GUI::VerticalBoxLayout {
}
@Solitaire::Game {
name: "game"
fill_with_background_color: true
background_color: "green"
}
@GUI::Statusbar {
name: "statusbar"
label_count: 3
}
}