1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-02-03 04:39:11 +00:00

Update pain.lua

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

View File

@ -1571,11 +1571,11 @@ local specialCharSelector = function()
local sy = scr_y - 9
local chars = {}
local buff = 0
for y = 1, 8 do
for x = 1, 8 do
buff = buff + 1
for y = 1, 16 do
for x = 1, 16 do
chars[y] = chars[y] or {}
chars[y][x] = string.char(buff)
buff = buff + 1
end
end
local char = paint.c