Merge pull request #12778 from Very-Soft/wowlessgreen

Make meson vision less angry green
This commit is contained in:
Casey
2022-04-17 21:16:32 -04:00
committed by GitHub
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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
Binary file not shown.

After

Width:  |  Height:  |  Size: 447 B