Fixes crafting hud icon overlapping the second pocket on 1:1 screen mode.

This commit is contained in:
Ghommie
2020-03-24 17:53:53 +01:00
parent 613c66d88e
commit a2b2e08e31
3 changed files with 13 additions and 12 deletions
+2
View File
@@ -8,6 +8,8 @@
var/obj/screen/craft/C = new()
C.icon = H.ui_style
H.static_inventory += C
if(!CL.prefs.widescreenpref)
C.screen_loc = ui_boxcraft
CL.screen += C
RegisterSignal(C, COMSIG_CLICK, .proc/component_ui_interact)