change "B&R" to "Raspberry" (#33)

placeholder name i forgot to change lol
This commit is contained in:
binarylol 2022-03-16 02:30:21 -04:00 committed by GitHub
parent 05232615a6
commit a50b154bdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,7 +122,7 @@ void djui_panel_player_create(struct DjuiBase* caller) {
"Fortress",
"Battlements",
"Blueberry Pie",
"B&R",
"Raspberry",
"Bubblegum",
};
struct DjuiSelectionbox* selectionbox2 = djui_selectionbox_create(&body->base, "Palette", paletteChoices, PALETTE_MAX, &configPlayerPalette);