diff --git a/code/_onclick/hud/hud.dm b/code/_onclick/hud/hud.dm index aef10cd979..6298747901 100644 --- a/code/_onclick/hud/hud.dm +++ b/code/_onclick/hud/hud.dm @@ -41,9 +41,9 @@ var/list/global_huds = list( /datum/global_hud/proc/setup_overlay(var/icon_state) var/obj/screen/screen = new /obj/screen() - screen.alpha = 40 // Adjut this if you want goggle overlays to be thinner or thicker. + 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 diff --git a/vorestation.dme b/vorestation.dme index 392e58967d..bc3798e034 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -2358,6 +2358,7 @@ #include "code\modules\games\cardemon.dm" #include "code\modules\games\cards.dm" #include "code\modules\games\dice.dm" +#include "code\modules\games\schnapsen_vr.dm" #include "code\modules\games\spaceball_cards.dm" #include "code\modules\games\tarot.dm" #include "code\modules\games\wizoff.dm"