Revert "For the layer issue when dragging."

This reverts commit 96ca08bcfa.
This commit is contained in:
QuoteFox
2020-07-04 08:41:08 +01:00
parent 45537531ce
commit 0c33108a9a
-2
View File
@@ -324,10 +324,8 @@
switch(M.dir)
if(NORTH)
animate(M, pixel_x = 0, pixel_y = offset, 3)
M.layer = 4
if(SOUTH)
animate(M, pixel_x = 0, pixel_y = -offset, 3)
M.layer = 3.9
if(EAST)
if(M.lying == 270) //update the dragged dude's direction if we've turned
M.lying = 90