From 0602db208b7ff1c5d0a5acc2f6a94f3b5582665c Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Mon, 17 Jul 2017 01:58:05 +0200 Subject: Add some text on the clock. --- maps/p2_clockroom.map | 9 +++++++++ scripts/analmango.shader | 15 +++++++++++++++ textures/analmango/bgaa.jpg | Bin 0 -> 7468 bytes 3 files changed, 24 insertions(+) create mode 100644 textures/analmango/bgaa.jpg diff --git a/maps/p2_clockroom.map b/maps/p2_clockroom.map index f4ee789..c725bab 100644 --- a/maps/p2_clockroom.map +++ b/maps/p2_clockroom.map @@ -1105,6 +1105,15 @@ ( -2008 -488 -8 ) ( -1888 -488 -16 ) ( -2000 -488 -16 ) nexus6/e8trimlight_edge 176 0 0 0.5 0.5 134217728 0 0 ( -2008 -456 -8 ) ( -2000 -488 -16 ) ( -2000 -456 -16 ) nexus6/e8trimlight_edge 0 0 90 0.5 0.5 134217728 0 0 } +// brush 112 +{ +( -744 -1072 48 ) ( -760 -816 48 ) ( -744 -816 48 ) common/nodrawnonsolid 0 0 0 0.5 0.5 134217728 0 0 +( -744 -816 32 ) ( -744 -816 48 ) ( -760 -816 48 ) common/nodrawnonsolid 0 16 0 0.5 0.5 134217728 0 0 +( -744 -1072 32 ) ( -744 -816 48 ) ( -744 -816 32 ) common/nodrawnonsolid 0 16 0 0.5 0.5 134217728 0 0 +( -760 -1072 32 ) ( -744 -816 32 ) ( -760 -816 32 ) common/nodrawnonsolid 0 0 0 0.5 0.5 134217728 0 0 +( -760 -1072 32 ) ( -760 -1072 48 ) ( -744 -1072 32 ) common/nodrawnonsolid 0 16 0 0.5 0.5 134217728 0 0 +( -760 -1072 48 ) ( -760 -816 32 ) ( -760 -816 48 ) analmango/bgaa 416 0 0 -0.5 0.5 134217728 0 0 +} } // entity 1 { diff --git a/scripts/analmango.shader b/scripts/analmango.shader index 4d8cc61..05cce87 100644 --- a/scripts/analmango.shader +++ b/scripts/analmango.shader @@ -756,3 +756,18 @@ textures/analmango/theparty map textures/analmango/theparty.jpg } } + +textures/analmango/bgaa +{ + surfaceparm noimpact + surfaceparm nolightmap + surfaceparm nomarks + surfaceparm nonsolid + surfaceparm trans + polygonOffset + + { + map textures/analmango/bgaa.jpg + blendFunc add + } +} diff --git a/textures/analmango/bgaa.jpg b/textures/analmango/bgaa.jpg new file mode 100644 index 0000000..d366f9d Binary files /dev/null and b/textures/analmango/bgaa.jpg differ -- cgit