aboutsummaryrefslogtreecommitdiff
path: root/gamemode/config/colortheme.lua
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2018-11-03 18:23:45 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2018-11-03 18:23:45 -0400
commit28affa22541b9ef251707793f6b1c1a26d663592 (patch)
tree622754894d75c74dc5e8516ccf184ad4bf328fef /gamemode/config/colortheme.lua
parentc639e7c7c6ab1595fdce39f56312e3d6a886bbe8 (diff)
downloadartery-28affa22541b9ef251707793f6b1c1a26d663592.tar.gz
artery-28affa22541b9ef251707793f6b1c1a26d663592.tar.bz2
artery-28affa22541b9ef251707793f6b1c1a26d663592.zip
Started on new npc system
Started work on the new npc system
Diffstat (limited to 'gamemode/config/colortheme.lua')
-rw-r--r--gamemode/config/colortheme.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/gamemode/config/colortheme.lua b/gamemode/config/colortheme.lua
index 13c7a26..c6c2f97 100644
--- a/gamemode/config/colortheme.lua
+++ b/gamemode/config/colortheme.lua
@@ -36,4 +36,11 @@ theme.ui = {
border = Color(113,113,113)
}
+theme.game = {
+ -- The text displayed when someone is dammaged
+ dammagetext = theme.console.foreground,
+ -- The text displayed next to an npc when editor mode is enabled
+ npcsettings = theme.console.foreground
+}
+
return theme