ladybird/Userland/Games/Spider/Spider.gml
2022-08-22 12:50:41 +02:00

14 lines
262 B
Text

@GUI::Widget {
fill_with_background_color: true
layout: @GUI::VerticalBoxLayout {}
@Spider::Game {
name: "game"
fill_with_background_color: true
}
@GUI::Statusbar {
name: "statusbar"
segment_count: 3
}
}