touch up and freezing atmo effect w sound

This commit is contained in:
Nio
2021-09-30 22:49:42 +10:00
parent 591837f9dd
commit 04cdc793ee
4 changed files with 48 additions and 2 deletions

View File

@ -345,6 +345,10 @@ image white = "#FFF"
image dimmer_lighter = "#00000033"
image dimmer_light = "#00000066"
image dimmer_darker = "#00000088"
image lighter_freeze = '#1E90FF05'
image light_freeze = '#1E90FF08' #11
image dark_freeze = '#1E90FF08'
image darker_freeze = '#1E90FF08'
#Images for effects
image door blurred flip = im.Flip(im.Blur("/images/other/door.png", 1.5), horizontal=True)