mirror of
https://github.com/LDDestroier/CC/
synced 2025-08-28 16:42:21 +00:00
Update pain.lua
This commit is contained in:
parent
d1d9b65556
commit
7719fec8b0
2
pain.lua
2
pain.lua
@ -1595,7 +1595,7 @@ local specialCharSelector = function()
|
|||||||
render()
|
render()
|
||||||
while true do
|
while true do
|
||||||
evt, butt, x, y = os.pullEvent()
|
evt, butt, x, y = os.pullEvent()
|
||||||
if evt == "mouse_click" then
|
if evt == "mouse_click" or evt == "mouse_drag" then
|
||||||
if chars[y-sy] then
|
if chars[y-sy] then
|
||||||
if chars[y-sy][x] then
|
if chars[y-sy][x] then
|
||||||
if (chars[y-sy][x] ~= char) then
|
if (chars[y-sy][x] ~= char) then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user