1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-01-05 15:00:28 +00:00

Update pain.lua

This commit is contained in:
LDDestroier 2018-10-21 16:49:52 -04:00 committed by GitHub
parent e86fdef7db
commit 8bd2b1317e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1582,7 +1582,7 @@ local specialCharSelector = function()
local render = function()
for y = 1, #chars do
for x = 1, #chars do
term.setCursorPos(x,y-sy)
term.setCursorPos(x,y+sy)
if chars[y][x] == char then
term.blit(chars[y][x], "5", "d")
else