[MIRROR] Add parallax sprites from RIS (#5749)
* Add parallax sprites from RIS (#36049) * Add files via upload * Update parallax.dm * Add parallax sprites from RIS
This commit is contained in:
committed by
Poojawa
parent
2ace78a313
commit
8543df055d
@@ -152,12 +152,6 @@
|
||||
continue
|
||||
|
||||
var/newstate = initial(L.icon_state)
|
||||
if (animatedir)
|
||||
if(animatedir == NORTH || animatedir == SOUTH)
|
||||
newstate += "_vertical"
|
||||
else
|
||||
newstate += "_horizontal"
|
||||
|
||||
var/T = PARALLAX_LOOP_TIME / L.speed
|
||||
|
||||
if (newstate in icon_states(L.icon))
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 150 KiB After Width: | Height: | Size: 359 KiB |
Reference in New Issue
Block a user