mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
VS: Planes shenanigans. Begins 'plane' work, for VS specific things.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user