mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-06 11:12:40 +01:00
Update scale.lua
This commit is contained in:
parent
77918bf435
commit
869e88d5f2
@ -13,5 +13,5 @@ if arg[1] == "get" or arg[1] == "show" or arg[1] == "print" or arg[1] == "write"
|
||||
print("Масштаб: "..scale.."%")
|
||||
print(" ")
|
||||
else
|
||||
ecs.setScale(tonumber(arg[1]) or 1)
|
||||
ecs.setScale(tonumber(arg[1]) or 1, true)
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user