diff --git a/neo/maps/nav/ntre_ghost_ctg.nav b/neo/maps/nav/ntre_ghost_ctg.nav index 653a9b6..ad324a2 100644 Binary files a/neo/maps/nav/ntre_ghost_ctg.nav and b/neo/maps/nav/ntre_ghost_ctg.nav differ diff --git a/neo/maps/nav/ntre_saitama_ctg.nav b/neo/maps/nav/ntre_saitama_ctg.nav index d859d4d..8078724 100644 Binary files a/neo/maps/nav/ntre_saitama_ctg.nav and b/neo/maps/nav/ntre_saitama_ctg.nav differ diff --git a/neo/materials/vgui/callout_text.vmt b/neo/materials/vgui/callout_text.vmt new file mode 100644 index 0000000..f815c15 --- /dev/null +++ b/neo/materials/vgui/callout_text.vmt @@ -0,0 +1,30 @@ +"UnlitGeneric" +{ + $basetexture editor/worldtextsheet_robotomono + $nocull 1 + $vertexcolor 1 + $vertexalpha 1 + $translucent 1 + $distancealpha 1 + "$ignorez" 1 + + // add an outline + $outline 1 + $outlinecolor "[0.0 0.0 0.0]" + $outlinestart0 0.3 + $outlinestart1 0.49 + $outlineend0 0.49 + $outlineend1 0.73 + $outlinealpha 1 + + // and a drop shadow + $glow 1 + $glowcolor "[0 0 0]" + $glowalpha 0.45 + $glowstart 0.03 + $glowend 0.5 + $glowx -0.001 + $glowy -0.001 + + $no_fullbright 1 +}