

xray_glasses_overlay_replacing
{
	description	"Xray GUI overlay for glasses that replaces the normal model with the xray model. No xray vision through opaque obstacles."

	noshadows
	nonsolid

	{
		blend GL_SRC_ALPHA, GL_ZERO
		map makealpha(guis/assets/hud/xray_glasses_overlay)
		maskcolor
	}

	{
		blend GL_DST_ALPHA, GL_ONE_MINUS_DST_ALPHA
		xrayRenderMap inclusive
	}
}