diff options
| -rw-r--r-- | init.lua | 18 | ||||
| -rw-r--r-- | textures/hdf_81.png | bin | 0 -> 121 bytes | |||
| -rw-r--r-- | textures/hdf_82.png | bin | 0 -> 143 bytes | |||
| -rw-r--r-- | textures/hdf_83.png | bin | 0 -> 117 bytes | |||
| -rw-r--r-- | textures/hdf_84.png | bin | 0 -> 143 bytes | |||
| -rw-r--r-- | textures/hdf_85.png | bin | 0 -> 119 bytes | |||
| -rw-r--r-- | textures/hdf_86.png | bin | 0 -> 143 bytes | |||
| -rw-r--r-- | textures/hdf_87.png | bin | 0 -> 118 bytes | |||
| -rw-r--r-- | textures/hdf_88.png | bin | 0 -> 146 bytes | |||
| -rw-r--r-- | textures/hdf_8a.png | bin | 0 -> 137 bytes | |||
| -rw-r--r-- | textures/hdf_8b.png | bin | 0 -> 157 bytes | |||
| -rw-r--r-- | textures/hdf_8c.png | bin | 0 -> 133 bytes | |||
| -rw-r--r-- | textures/hdf_8d.png | bin | 0 -> 170 bytes | |||
| -rw-r--r-- | textures/hdf_8e.png | bin | 0 -> 138 bytes | |||
| -rw-r--r-- | textures/hdf_8f.png | bin | 0 -> 162 bytes | |||
| -rw-r--r-- | textures/hdf_90.png | bin | 0 -> 136 bytes | |||
| -rw-r--r-- | textures/hdf_91.png | bin | 0 -> 168 bytes | 
17 files changed, 18 insertions, 0 deletions
| @@ -387,6 +387,24 @@ local function make_line_texture(line, lineno, pos)  	for word_i, word in ipairs(line) do  		local chars = { }  		local ch_offs = 0 +		word = string.gsub(word, "%^[12345678abcdefgh]", { +			["^1"] = string.char(0x81), +			["^2"] = string.char(0x82), +			["^3"] = string.char(0x83), +			["^4"] = string.char(0x84), +			["^5"] = string.char(0x85), +			["^6"] = string.char(0x86), +			["^7"] = string.char(0x87), +			["^8"] = string.char(0x88), +			["^a"] = string.char(0x8a), +			["^b"] = string.char(0x8b), +			["^c"] = string.char(0x8c), +			["^d"] = string.char(0x8d), +			["^e"] = string.char(0x8e), +			["^f"] = string.char(0x8f), +			["^g"] = string.char(0x90), +			["^h"] = string.char(0x91) +		})  		local word_l = #word  		local i = 1  		while i <= word_l  do diff --git a/textures/hdf_81.png b/textures/hdf_81.pngBinary files differ new file mode 100644 index 0000000..df38787 --- /dev/null +++ b/textures/hdf_81.png diff --git a/textures/hdf_82.png b/textures/hdf_82.pngBinary files differ new file mode 100644 index 0000000..e769d35 --- /dev/null +++ b/textures/hdf_82.png diff --git a/textures/hdf_83.png b/textures/hdf_83.pngBinary files differ new file mode 100644 index 0000000..7c8c59a --- /dev/null +++ b/textures/hdf_83.png diff --git a/textures/hdf_84.png b/textures/hdf_84.pngBinary files differ new file mode 100644 index 0000000..9af1a9b --- /dev/null +++ b/textures/hdf_84.png diff --git a/textures/hdf_85.png b/textures/hdf_85.pngBinary files differ new file mode 100644 index 0000000..a83d4c3 --- /dev/null +++ b/textures/hdf_85.png diff --git a/textures/hdf_86.png b/textures/hdf_86.pngBinary files differ new file mode 100644 index 0000000..7ca6698 --- /dev/null +++ b/textures/hdf_86.png diff --git a/textures/hdf_87.png b/textures/hdf_87.pngBinary files differ new file mode 100644 index 0000000..2b0eba0 --- /dev/null +++ b/textures/hdf_87.png diff --git a/textures/hdf_88.png b/textures/hdf_88.pngBinary files differ new file mode 100644 index 0000000..ebab336 --- /dev/null +++ b/textures/hdf_88.png diff --git a/textures/hdf_8a.png b/textures/hdf_8a.pngBinary files differ new file mode 100644 index 0000000..eeac2a1 --- /dev/null +++ b/textures/hdf_8a.png diff --git a/textures/hdf_8b.png b/textures/hdf_8b.pngBinary files differ new file mode 100644 index 0000000..35681f0 --- /dev/null +++ b/textures/hdf_8b.png diff --git a/textures/hdf_8c.png b/textures/hdf_8c.pngBinary files differ new file mode 100644 index 0000000..bbcd100 --- /dev/null +++ b/textures/hdf_8c.png diff --git a/textures/hdf_8d.png b/textures/hdf_8d.pngBinary files differ new file mode 100644 index 0000000..e280cd9 --- /dev/null +++ b/textures/hdf_8d.png diff --git a/textures/hdf_8e.png b/textures/hdf_8e.pngBinary files differ new file mode 100644 index 0000000..c97a758 --- /dev/null +++ b/textures/hdf_8e.png diff --git a/textures/hdf_8f.png b/textures/hdf_8f.pngBinary files differ new file mode 100644 index 0000000..845f51c --- /dev/null +++ b/textures/hdf_8f.png diff --git a/textures/hdf_90.png b/textures/hdf_90.pngBinary files differ new file mode 100644 index 0000000..bafc851 --- /dev/null +++ b/textures/hdf_90.png diff --git a/textures/hdf_91.png b/textures/hdf_91.pngBinary files differ new file mode 100644 index 0000000..f5d2462 --- /dev/null +++ b/textures/hdf_91.png | 
