mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-02 13:32:32 +00:00
Merge pull request #11830 from PsiOmegaDelta/151230-FloorDecals
Floor decals now layer below the turf layer.
This commit is contained in:
@@ -21,7 +21,7 @@ var/list/floor_decals = list()
|
||||
var/cache_key = "[alpha]-[color]-[dir]-[icon_state]-[layer]"
|
||||
if(!floor_decals[cache_key])
|
||||
var/image/I = image(icon = src.icon, icon_state = src.icon_state, dir = src.dir)
|
||||
I.layer = T.layer + 0.01
|
||||
I.layer = T.layer - 0.01
|
||||
I.color = src.color
|
||||
I.alpha = src.alpha
|
||||
floor_decals[cache_key] = I
|
||||
|
||||
Reference in New Issue
Block a user