1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 03:48:13 +00:00
serenity/Userland/Games/Snake/Snake.gml
2023-12-07 02:39:20 +01:00

14 lines
267 B
Text

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