[MIRROR] Overlay Lighting Color/Intensity Pass (#26825)

Overlay Lighting Color/Intensity Pass

Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
This commit is contained in:
SkyratBot
2024-03-11 22:26:46 -04:00
committed by GitHub
co-authored by LemonInTheDark
parent 11e4219b74
commit f8b87b994b
50 changed files with 99 additions and 58 deletions
+1 -1
View File
@@ -398,7 +398,7 @@
return
if(current_holder && overlay_lighting_flags & LIGHTING_ON)
current_holder.underlays -= cone
cone.alpha = min(200, (abs(new_power) * 90)+20)
cone.alpha = min(120, (abs(new_power) * 60) + 15)
if(current_holder && overlay_lighting_flags & LIGHTING_ON)
current_holder.underlays += cone