mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-06 11:12:40 +01:00
фаст фиксыч
This commit is contained in:
parent
6879ae3cc1
commit
0ca5426c20
@ -241,7 +241,7 @@
|
||||
path="/lib/MineOSInterface.lua",
|
||||
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/MineOSInterface.lua",
|
||||
type="Library",
|
||||
version=1.12,
|
||||
version=1.13,
|
||||
},
|
||||
{
|
||||
path="/lib/MineOSPaths.lua",
|
||||
|
||||
@ -30,7 +30,7 @@ local function calculateIconSizes()
|
||||
end
|
||||
|
||||
function MineOSInterface.setIconProperties(width, height, horizontalSpaceBetween, verticalSpaceBetween)
|
||||
MineOSCore.properties.iconWidth, MineOSCore.properties.height, MineOSCore.properties.iconHorizontalSpaceBetween, MineOSCore.properties.iconVerticalSpaceBetween = width, height, horizontalSpaceBetween, verticalSpaceBetween
|
||||
MineOSCore.properties.iconWidth, MineOSCore.properties.iconHeight, MineOSCore.properties.iconHorizontalSpaceBetween, MineOSCore.properties.iconVerticalSpaceBetween = width, height, horizontalSpaceBetween, verticalSpaceBetween
|
||||
MineOSCore.saveProperties()
|
||||
calculateIconSizes()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user