mirror of
https://github.com/LDDestroier/CC/
synced 2024-12-04 23:39:58 +00:00
Update pain.lua
This commit is contained in:
parent
0901b5713e
commit
d1d9b65556
2
pain.lua
2
pain.lua
@ -1568,7 +1568,6 @@ local boxCharSelector = function()
|
||||
end
|
||||
|
||||
local specialCharSelector = function()
|
||||
local sy = scr_y - 9
|
||||
local chars = {}
|
||||
local buff = 0
|
||||
for y = 1, 16 do
|
||||
@ -1578,6 +1577,7 @@ local specialCharSelector = function()
|
||||
buff = buff + 1
|
||||
end
|
||||
end
|
||||
local sy = scr_y - (#chars + 1)
|
||||
local char = paint.c
|
||||
local render = function()
|
||||
for y = 1, #chars do
|
||||
|
Loading…
Reference in New Issue
Block a user