mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-24 13:02:49 +01:00
Update Photoshop.lua
This commit is contained in:
parent
99f459aba0
commit
343f13360b
@ -361,7 +361,7 @@ local function inputText(x, y, limit)
|
||||
local inputPos = 1
|
||||
|
||||
local function drawThisShit()
|
||||
for i=1,inputPos do
|
||||
for i = 1, inputPos do
|
||||
ecs.invertedText(x + i - 1, y + 1, "─")
|
||||
ecs.adaptiveText(x + i - 1, y - 1, " ", currentBackground)
|
||||
end
|
||||
@ -388,9 +388,11 @@ local function inputText(x, y, limit)
|
||||
break
|
||||
elseif e[4] == 200 then
|
||||
text = "▀"
|
||||
inputPos = 1
|
||||
drawThisShit()
|
||||
elseif e[4] == 208 then
|
||||
text = "▄"
|
||||
inputPos = 1
|
||||
drawThisShit()
|
||||
else
|
||||
local symbol = ecs.convertCodeToSymbol(e[3])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user