Merge branch 'VOREStation:master' into stock_market

This commit is contained in:
Selis
2022-04-18 20:05:21 +02:00
committed by GitHub
3 changed files with 3 additions and 2 deletions

View File

@@ -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

BIN
icons/obj/hud_tiled_vr.dmi Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 447 B

View File

@@ -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"