VS: Planes shenanigans. Begins 'plane' work, for VS specific things.

This commit is contained in:
Arokha Sieyes
2018-01-14 00:40:00 -05:00
parent ad74dec1c0
commit 8f71a052a4
16 changed files with 74 additions and 128 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ var/const/RESIZE_A_SMALLTINY = (RESIZE_SMALL + RESIZE_TINY) / 2
if(..()) return 1
var/new_y_offset = 32 * (size_multiplier - 1)
for(var/I in hud_list)
var/image/hud_overlay/HI = I
var/image/HI = I
HI.pixel_y = new_y_offset
// Optimize mannequins - never a point to animating or doing HUDs on these.