mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Merge pull request #4113 from CHOMPStation2/upstream-merge-12777
[MIRROR] Makes Vision Overlays Not Painful
This commit is contained in:
@@ -41,7 +41,7 @@ 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_vr.dmi' //VOREStation Edit
|
||||
screen.icon_state = icon_state
|
||||
|
||||
@@ -2510,9 +2510,9 @@
|
||||
#include "code\modules\games\cards.dm"
|
||||
#include "code\modules\games\cards_ch.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\schnapsen_vr.dm"
|
||||
#include "code\modules\games\wizoff.dm"
|
||||
#include "code\modules\genetics\side_effects.dm"
|
||||
#include "code\modules\ghosttrap\trap.dm"
|
||||
|
||||
Reference in New Issue
Block a user