aboutsummaryrefslogtreecommitdiff
path: root/src/font33.c
diff options
context:
space:
mode:
authorpk33 <pk33@pk33.space>2024-11-04 21:42:06 +0100
committerpk33 <pk33@pk33.space>2024-11-04 21:42:06 +0100
commit146a683b8d8315ef15dc1c9286f0983834f48d88 (patch)
tree44124fbaf1d49c25de8422ed29c7bade0bc11963 /src/font33.c
parent0ffb4f8463e3e06e8d88b7be22f5cb7adb702361 (diff)
downloadengine33-146a683b8d8315ef15dc1c9286f0983834f48d88.tar.gz
Change ui text colour at arbitrary positionHEADmaster
Diffstat (limited to 'src/font33.c')
-rw-r--r--src/font33.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/font33.c b/src/font33.c
index 43e2145..d40700a 100644
--- a/src/font33.c
+++ b/src/font33.c
@@ -13,7 +13,7 @@ Font33 bigFont = {
/* h, ngly, mwid */
Font33 defFont = {
- 4, 0x0F, 16, 96, 13,
+ 4, 0x0F, 16, 95, 13,
{
/* */{ 0, 3, {0} },
/* ! */{ 9, 3, {0x13,0x14,0x15,0x16,0x17,0x18,0x19,0x1B,0x1C} },
@@ -109,8 +109,7 @@ Font33 defFont = {
/* { */{ 13, 5, {0x32,0x42,0x23,0x24,0x25,0x16,0x07,0x18,0x29,0x2A,0x2B,0x3C,0x4C} },
/* | */{ 12, 3, {0x10,0x11,0x12,0x13,0x14,0x15,0x16,0x17,0x18,0x19,0x1A,0x1B} },
/* } */{ 13, 5, {0x02,0x12,0x23,0x24,0x25,0x36,0x47,0x38,0x29,0x2A,0x2B,0x0C,0x1C} },
- /* ~ */{ 9, 11, {0x17,0x26,0x35,0x45,0x55,0x66,0x77,0x87,0x96} },
- /* :) */{ 0, 0, {0} }
+ /* ~ */{ 9, 11, {0x17,0x26,0x35,0x45,0x55,0x66,0x77,0x87,0x96} }
}
};