Add second half of crab guy
This commit is contained in:
@@ -83,7 +83,7 @@ static const uint8_t s_ones_offset[] = {0, 3, 6, 9, 12};
|
||||
#else
|
||||
static const uint8_t s_ones_offset[] = {0, 4, 7, 11, 15};
|
||||
#endif
|
||||
static const uint8_t s_head_count = 25;
|
||||
static const uint8_t s_head_count = 26;
|
||||
static const uint32_t s_random_heads[] = {
|
||||
RESOURCE_ID_H001, RESOURCE_ID_H002, RESOURCE_ID_H003, RESOURCE_ID_H004,
|
||||
RESOURCE_ID_H005, RESOURCE_ID_H006, RESOURCE_ID_H007, RESOURCE_ID_H008,
|
||||
@@ -91,7 +91,7 @@ static const uint32_t s_random_heads[] = {
|
||||
RESOURCE_ID_H013, RESOURCE_ID_H014, RESOURCE_ID_H015, RESOURCE_ID_H016,
|
||||
RESOURCE_ID_H017, RESOURCE_ID_H018, RESOURCE_ID_H019, RESOURCE_ID_H020,
|
||||
RESOURCE_ID_H021, RESOURCE_ID_H022, RESOURCE_ID_H023, RESOURCE_ID_H024,
|
||||
RESOURCE_ID_H025};
|
||||
RESOURCE_ID_H025, RESOURCE_ID_H026};
|
||||
static const uint8_t s_butt_count = 26;
|
||||
static const uint32_t s_random_butts[] = {
|
||||
RESOURCE_ID_B001, RESOURCE_ID_B002, RESOURCE_ID_B003, RESOURCE_ID_B004,
|
||||
@@ -100,7 +100,7 @@ static const uint32_t s_random_butts[] = {
|
||||
RESOURCE_ID_B013, RESOURCE_ID_B014, RESOURCE_ID_B015, RESOURCE_ID_B016,
|
||||
RESOURCE_ID_B017, RESOURCE_ID_B018, RESOURCE_ID_B019, RESOURCE_ID_B020,
|
||||
RESOURCE_ID_B021, RESOURCE_ID_B022, RESOURCE_ID_B023, RESOURCE_ID_B024,
|
||||
RESOURCE_ID_B025, RESOURCE_ID_XB001};
|
||||
RESOURCE_ID_B025, RESOURCE_ID_B026};
|
||||
static const uint8_t s_color_count = 20;
|
||||
static const GColor8 s_dark_bg_colors[] = {
|
||||
// Red
|
||||
|
||||
Reference in New Issue
Block a user