Skip to content

Commit

Permalink
One more comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bencodeorg committed Dec 11, 2023
1 parent 4a76d59 commit c74a7ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module.exports = {
{name: 'XSlide', mirror: false, shortBurst: true},
],
RANDOM_EFFECT_KEY: 'rand',
BACKGROUND_EFFECTS: [
BACKGROUND_EFFECTS: [ // Effect name in Code.org Dance Party (if different than key listed here)
'blooming_petals',
'circles',
'clouds',
Expand Down Expand Up @@ -73,7 +73,7 @@ module.exports = {
'swirl', // Hypno
'text' // Song Names
],
FOREGROUND_EFFECTS: [
FOREGROUND_EFFECTS: [ // Effect name in Code.org Dance Party (if different than key listed here)
'bubbles',
'color_lights', // Stage Lights
'confetti',
Expand Down

0 comments on commit c74a7ff

Please sign in to comment.