mirror of
https://github.com/LDDestroier/CC/
synced 2025-09-02 19:08:00 +00:00
Update pain.lua
This commit is contained in:
6
pain.lua
6
pain.lua
@@ -1571,11 +1571,11 @@ local specialCharSelector = function()
|
|||||||
local sy = scr_y - 9
|
local sy = scr_y - 9
|
||||||
local chars = {}
|
local chars = {}
|
||||||
local buff = 0
|
local buff = 0
|
||||||
for y = 1, 8 do
|
for y = 1, 16 do
|
||||||
for x = 1, 8 do
|
for x = 1, 16 do
|
||||||
buff = buff + 1
|
|
||||||
chars[y] = chars[y] or {}
|
chars[y] = chars[y] or {}
|
||||||
chars[y][x] = string.char(buff)
|
chars[y][x] = string.char(buff)
|
||||||
|
buff = buff + 1
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
local char = paint.c
|
local char = paint.c
|
||||||
|
Reference in New Issue
Block a user