Skip to content

Commit b63e72e

Browse files
committed
Add Particle System to genPresets
1 parent acd1db8 commit b63e72e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wled00/data/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3324,6 +3324,8 @@ function genPresets()
33243324
}
33253325
addToPlaylist("All", ef.id, "ALL");
33263326
if(ef.name.startsWith("Y💡")) addToPlaylist("AnimARTrix", ef.id, "AM");
3327+
if(ef.name.startsWith("PS ")) addToPlaylist("Particle System", ef.id, "PS");
3328+
33273329
if (m.includes("1")) addToPlaylist("All 1D", ef.id, "1D");
33283330
if (m.includes("2")) addToPlaylist("All 2D", ef.id, "2D");
33293331

0 commit comments

Comments
 (0)