Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-07-28 19:37:31 +0000
committerStijn Buys <ingar@osirion.org>2008-07-28 19:37:31 +0000
commitd389a31f9816b55d8c7685ec24b9ab814252d693 (patch)
tree9b2577692e543fa6c59fcda508f92c3eb839ac7a /src/render/text.cc
parent17408276791033e8122819185abf3bcb01740105 (diff)
zone support
Diffstat (limited to 'src/render/text.cc')
-rw-r--r--src/render/text.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/render/text.cc b/src/render/text.cc
index f5c221f..c64e331 100644
--- a/src/render/text.cc
+++ b/src/render/text.cc
@@ -32,13 +32,13 @@ void Text::init()
base_color[7] = new math::Color(1, 1, 1);
for (size_t i=0; i< 26; i++) {
- core_color[i] = new math::Color(.7, .7, .7);
+ core_color[i] = new math::Color(.75, .75, .75);
}
// N - normal color
- core_color[(size_t)('N'-'A')]->assign(.7, .7, .7);
+ core_color[(size_t)('N'-'A')]->assign(.75, .75, .75);
// D - Debug color
- core_color[(size_t)('D'-'A')]->assign(.6, .6, .6);
+ core_color[(size_t)('D'-'A')]->assign(.5, .5, .5);
// B - bold color
core_color[(size_t)('B'-'A')]->assign(1, 1, 1);
// W - warning color