instrument select images
This commit is contained in:
parent
5ed8d09f4a
commit
4961816b4b
@ -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};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user