mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-04-04 23:22:47 +02:00
aefaef
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user