Merge pull request #3142 from xxv/xxv/dancing-shadows-default-color

Set Dancing Shadows default palette to Party
This commit is contained in:
Blaž Kristan 2023-04-30 18:43:04 +02:00 committed by GitHub
commit 511b7c4d92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4105,7 +4105,7 @@ uint16_t mode_dancing_shadows(void)
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;
if (spotlights[i].width <= 1) {