summaryrefslogtreecommitdiff
path: root/src/content_cao.h
diff options
context:
space:
mode:
authorTeTpaAka <TeTpaAka@users.noreply.github.com>2015-05-14 15:54:54 +0200
committerest31 <MTest31@outlook.com>2015-05-15 11:03:27 +0200
commit86a963caca9604ad57904e9acd9bef7c46ca47d8 (patch)
treeebe637727aeb7479c3cd327fba5dbc7dce0c9b5c /src/content_cao.h
parent99cf53c9087671d0a2130d2272b9a4f61d680517 (diff)
downloadminetest-86a963caca9604ad57904e9acd9bef7c46ca47d8.tar.gz
minetest-86a963caca9604ad57904e9acd9bef7c46ca47d8.tar.bz2
minetest-86a963caca9604ad57904e9acd9bef7c46ca47d8.zip
Add get and set functions for the nametag color
Diffstat (limited to 'src/content_cao.h')
-rw-r--r--src/content_cao.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content_cao.h b/src/content_cao.h
index 31ccd04d4..36245bd3b 100644
--- a/src/content_cao.h
+++ b/src/content_cao.h
@@ -71,6 +71,7 @@ private:
scene::IAnimatedMeshSceneNode *m_animated_meshnode;
WieldMeshSceneNode *m_wield_meshnode;
scene::IBillboardSceneNode *m_spritenode;
+ video::SColor m_nametag_color;
scene::ITextSceneNode* m_textnode;
v3f m_position;
v3f m_velocity;