1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:38:12 +00:00
serenity/Userland/Games/Spider/Spider.gml
2023-11-24 11:45:32 +00:00

14 lines
269 B
Text

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