mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-24 13:02:49 +01:00
Багфикс для открытия файлов из консоли
This commit is contained in:
parent
eff534136b
commit
bc657e62a0
@ -589,6 +589,7 @@ drawAll()
|
||||
|
||||
if args[1] == "o" or args[1] == "open" or args[1] == "-o" or args[1] == "load" then
|
||||
masterPixels = image.load(args[2])
|
||||
drawBackgroundAndImage()
|
||||
else
|
||||
new()
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user