formatting/validation

This commit is contained in:
candry7731 2022-06-03 00:25:43 -05:00
parent 8e0493de7d
commit 35c31b0161

View File

@ -26,7 +26,7 @@ sub init()
end sub
sub itemContentChanged()
' Set Random background colors from pallet
posterBackgrounds = m.global.constants.poster_bg_pallet
m.backdrop.blendColor = posterBackgrounds[rnd(posterBackgrounds.count()) - 1]