Merge pull request #3142 from xxv/xxv/dancing-shadows-default-color
Set Dancing Shadows default palette to Party
This commit is contained in:
commit
511b7c4d92
@ -4105,7 +4105,7 @@ uint16_t mode_dancing_shadows(void)
|
|||||||
spotlights[i].type = random8(SPOT_TYPES_COUNT);
|
spotlights[i].type = random8(SPOT_TYPES_COUNT);
|
||||||
}
|
}
|
||||||
|
|
||||||
uint32_t color = SEGMENT.color_from_palette(spotlights[i].colorIdx, false, false, 0);
|
uint32_t color = SEGMENT.color_from_palette(spotlights[i].colorIdx, false, false, 255);
|
||||||
int start = spotlights[i].position;
|
int start = spotlights[i].position;
|
||||||
|
|
||||||
if (spotlights[i].width <= 1) {
|
if (spotlights[i].width <= 1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user