aboutsummaryrefslogtreecommitdiff
path: root/gamemode/client/color.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/client/color.lua')
-rw-r--r--gamemode/client/color.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/gamemode/client/color.lua b/gamemode/client/color.lua
new file mode 100644
index 0000000..1a0bf0e
--- /dev/null
+++ b/gamemode/client/color.lua
@@ -0,0 +1,3 @@
+MAIN_COLOR = Color(20,20,20,200)
+MAIN_COLORD = Color(0,0,0,100)
+MAIN_TEXTCOLOR = Color(255,255,255,255) \ No newline at end of file