instrument select images

This commit is contained in:
James Whiteman 2026-01-31 16:54:03 -08:00
parent 5ed8d09f4a
commit 4961816b4b

View File

@ -31,10 +31,10 @@ public:
static const Color BORDER_COLOR; static const Color BORDER_COLOR;
static constexpr const char* INSTRUMENT_IMAGE_PATHS[MAX_INSTRUMENT_TYPES] = { static constexpr const char* INSTRUMENT_IMAGE_PATHS[MAX_INSTRUMENT_TYPES] = {
"assets/instrument_0.png", "assets/instruments/guitar.png",
"assets/instrument_1.png", "assets/instruments/piano.png",
"assets/instrument_2.png", "assets/instruments/violin.png",
"assets/instrument_3.png", "assets/instruments/sax.png",
}; };
std::array<int, MAX_INSTRUMENT_TYPES> instrument_owner = {-1, -1, -1, -1}; std::array<int, MAX_INSTRUMENT_TYPES> instrument_owner = {-1, -1, -1, -1};