mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
[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:
co-authored by
LemonInTheDark
parent
11e4219b74
commit
f8b87b994b
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user