mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:37:46 +00:00
Chess: Change default piece set
As much as I like the "test" piece set, I think "stelar7" is a much better first impression for anyone opening the Chess game, so I consider it a much more sensible default.
This commit is contained in:
parent
8f392683c7
commit
694f68ab86
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ ChessWidget::ChessWidget(const StringView& set)
|
|||
}
|
||||
|
||||
ChessWidget::ChessWidget()
|
||||
: ChessWidget("test")
|
||||
: ChessWidget("stelar7")
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue