mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-07 19:52:40 +01:00
Update Photoshop.lua
This commit is contained in:
parent
c822761c81
commit
1c593c964d
@ -781,7 +781,10 @@ end
|
||||
if arg[1] == "-o" or arg[1] == "open" then
|
||||
open(arg[2])
|
||||
currentFile = arg[2]
|
||||
drawAll()
|
||||
clearScreen(padColor)
|
||||
drawLeftToolbar()
|
||||
drawTopToolbar()
|
||||
drawRightToolbar()
|
||||
elseif arg[1] == "-n" or arg[1] == "new" then
|
||||
imageWidth = arg[2]
|
||||
imageHeight = arg[3]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user