From 868e729d68b5913716bfe5ddb512f4099851e9a2 Mon Sep 17 00:00:00 2001 From: Apickx Date: Mon, 28 Dec 2015 19:18:30 -0500 Subject: Initial commit --- gamemode/cl_hud/draw.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gamemode/cl_hud/draw.lua (limited to 'gamemode/cl_hud/draw.lua') diff --git a/gamemode/cl_hud/draw.lua b/gamemode/cl_hud/draw.lua new file mode 100644 index 0000000..86faaf6 --- /dev/null +++ b/gamemode/cl_hud/draw.lua @@ -0,0 +1,9 @@ + +function GM:HUDPaint() + DrawRect( 0, 0, ScrW(), 20, MAIN_COLOR ) + DrawText( GM.Name, "Trebuchet18", 5, 0, MAIN_TEXTCOLOR ) + + DrawHealthbar() + DrawBatteryLife() +end + -- cgit v1.2.3-70-g09d2