1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 16:17:47 +00:00

GamesSettings: Add a setting for the card-back image

And also add a couple of images so there's more than one option. :^)

(My yak silhouette isn't very good, so please replace that, artists!)
This commit is contained in:
Sam Atkins 2022-08-21 16:02:56 +01:00 committed by Andreas Kling
parent 435e53fcfe
commit deeef8c412
6 changed files with 49 additions and 1 deletions

View file

@ -16,4 +16,15 @@
has_alpha_channel: false
}
}
@GUI::GroupBox {
title: "Card Back"
layout: @GUI::VerticalBoxLayout {
margins: [8]
}
@GUI::IconView {
name: "cards_back_image"
}
}
}