mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Make wet overlays above render parallax plane for PLANE_SPACE
This commit is contained in:
@@ -53,6 +53,8 @@
|
||||
wet_overlay = image('icons/effects/water.dmi', src, "ice_floor")
|
||||
else
|
||||
wet_overlay = image('icons/effects/water.dmi', src, "wet_static")
|
||||
if(plane == PLANE_SPACE)
|
||||
wet_overlay.plane = PLANE_SPACE_PARALLAX + 0.1
|
||||
overlays += wet_overlay
|
||||
if(time == INFINITY)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user