mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-01-28 01:42:50 +00:00
Merge branch 'VOREStation:master' into stock_market
This commit is contained in:
@@ -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
BIN
icons/obj/hud_tiled_vr.dmi
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 447 B |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user