diff --git a/Counter-Strike Source.md b/Counter-Strike Source.md new file mode 100644 index 0000000..2a3db3b --- /dev/null +++ b/Counter-Strike Source.md @@ -0,0 +1,15 @@ +# Counter-Strike: Source - Issues + +Things we'd fix in Counter-Strike: Source given the opportunity. + +## Bug: VGUI image button elements BREAK after use + +![VGUI](css-vgui.jpg) + +As pictured, using a menu on the VGUI menu results in the image losing its scale property. + +## Inconsistency: HUD background elements draw only sometimes + +![HUD](css-hud.jpg) + +The hostage counter and the money counter both do not have background layers that help with the contrast (first introduced in Half-Life 2). This is inconsistent and visually an eyesore once noticed by the player. \ No newline at end of file diff --git a/css-hud.jpg b/css-hud.jpg new file mode 100755 index 0000000..64db211 Binary files /dev/null and b/css-hud.jpg differ diff --git a/css-vgui.jpg b/css-vgui.jpg new file mode 100755 index 0000000..c6272a9 Binary files /dev/null and b/css-vgui.jpg differ