Add comments for birthday image source and modification details [skip ci]

This commit is contained in:
CodeDevMLH
2026-02-28 01:40:16 +01:00
parent d5df90a6ae
commit 3b73dd1728

View File

@@ -6,6 +6,10 @@ const enableDifferentDuration = config.EnableDifferentDuration !== undefined ? c
const symbolCountMobile = config.SymbolCountMobile !== undefined ? config.SymbolCountMobile : 5; // count of mobile balloons
const baseConfettiCount = config.ConfettiCount !== undefined ? config.ConfettiCount : 60; // count of confetti
/**
* Base ballon image: https://www.flaticon.com/de/kostenloses-icon/ballon_1512470
* modified by CodeDevMLH
*/
const birthdayImages = [
'../Seasonals/Resources/birthday_assets/balloon_blue.gif',
'../Seasonals/Resources/birthday_assets/balloon_green.gif',