functions/MiniGameFirework/psdata/fireworks.hearts.psd1
|
@{ # Credits: # - Inspired by: https://www.asciiart.eu/holiday-and-events/fireworks # - Inspired by: http://loveascii.com/hearts.html colors = @('BrightRed', 'BrightMagenta') Types = @( ( # Cute hearts @( " ( '\/'*) " " \ */' " " ´\/' " ), @( " ( '\/'*) " " \ */' " " ´\/' " ), @( " (\ /) " " \ */' " " `' " ), @( " (\/) " " \*/' " " `' " ), @( " " " \*/' " " " ) ), ( # Cute hearts @( " ( '\/'*) " " \ */' " " ´\/' " ), @( " ( '\/'*) " " \ */' " " ´\/' " ), @( " (\ /) " " \ */' " " `' " ), @( " (\/) " " \*/' " " `' " ), @( " " " \*/' " " " ) ) ) } |