From 871943d6a90bdb92b3cc495d4d927199611f8c6b Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 4 Feb 2021 20:45:18 -0500 Subject: Added text boxes Text now reveals itself and scrolls! Yay! It even plays speaker beeps. TODO: the arror indicating an A press is needed. Bullets on lines that need bullets. The header that says who the speaker is, if relevant. --- res/font.txt | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 res/font.txt (limited to 'res/font.txt') diff --git a/res/font.txt b/res/font.txt new file mode 100644 index 0000000..a089e8c --- /dev/null +++ b/res/font.txt @@ -0,0 +1,96 @@ +../res/font.png +90 characters +10 characters per row +12x12 tile size +8 baseline + +! 1 +" 3 +# 5 +$ 5 +% 9 +& 7 +' 2 +( 3 +) 3 +* 3 ++ 5 +, 2 +- 3 +. 1 +/ 4 +0 4 +1 2 +2 4 +3 4 +4 5 +5 4 +6 4 +7 4 +8 4 +9 4 +: 1 +; 2 +< 4 += 5 +> 4 +? 4 +@ 7 +A 6 +B 5 +C 5 +D 5 +E 4 +F 4 +G 5 +H 5 +I 1 +J 4 +K 5 +L 4 +M 7 +N 5 +O 5 +P 5 +Q 5 +R 5 +S 5 +T 5 +U 5 +V 6 +W 7 +X 5 +Y 5 +Z 4 +[ 2 +~ 6 +] 2 +^ 3 +_ 2 +` 0 +a 5 +b 4 +c 4 +d 4 +e 4 +f 3 +g 4 +h 4 +i 1 +j 2 +k 4 +l 1 +m 7 +n 4 +o 4 +p 4 +q 4 +r 3 +s 4 +t 3 +u 4 +v 5 +w 7 +x 4 +y 4 +z 4 \ No newline at end of file -- cgit 1.4.1