diff --git a/code/_onclick/hud/hud.dm b/code/_onclick/hud/hud.dm index 7b0124d0a3..6298747901 100644 --- a/code/_onclick/hud/hud.dm +++ b/code/_onclick/hud/hud.dm @@ -43,7 +43,7 @@ var/list/global_huds = list( var/obj/screen/screen = new /obj/screen() screen.alpha = 30 // Adjut this if you want goggle overlays to be thinner or thicker. //VOREStation Edit screen.screen_loc = "SOUTHWEST to NORTHEAST" // Will tile up to the whole screen, scaling beyond 15x15 if needed. - screen.icon = 'icons/obj/hud_tiled.dmi' + screen.icon = 'icons/obj/hud_tiled_vr.dmi' //VOREStation Edit screen.icon_state = icon_state screen.layer = SCREEN_LAYER screen.plane = PLANE_FULLSCREEN diff --git a/icons/obj/hud_tiled_vr.dmi b/icons/obj/hud_tiled_vr.dmi new file mode 100644 index 0000000000..88359a6e09 Binary files /dev/null and b/icons/obj/hud_tiled_vr.dmi differ