mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-24 13:02:49 +01:00
aefaef
This commit is contained in:
parent
4ded610000
commit
3511e89f75
@ -585,7 +585,7 @@
|
||||
["icon"]="IgorTimofeev/OpenComputers/master/Applications/AppMarket/Icon.pic",
|
||||
["createShortcut"]="dock",
|
||||
["forceDownload"]=true,
|
||||
["version"]=1.31,
|
||||
["version"]=1.32,
|
||||
},
|
||||
{
|
||||
["name"]="MineOS/Applications/Snake",
|
||||
|
||||
@ -57,7 +57,7 @@ local from, limit, fromY = 1, 8
|
||||
------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
local function correctDouble(number)
|
||||
return string.format("%.1f", number)
|
||||
return string.format("%.2f", number)
|
||||
end
|
||||
|
||||
local function status(text)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user