.
This commit is contained in:
parent
89825884a5
commit
ba7106e414
@ -1,14 +1,16 @@
|
|||||||
-- shapebuilder using https://minecraftshapes.com/
|
-- 3D Drucker using https://minecraftshapes.com/
|
||||||
|
|
||||||
|
-- dimensions of the matrix
|
||||||
|
length = 6
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
basic = require("lib.basic")
|
basic = require("lib.basic")
|
||||||
|
|
||||||
-- pixel size from the generator, should be constant
|
-- pixel size from the generator, should be constant
|
||||||
steps = 18
|
steps = 18
|
||||||
|
|
||||||
-- dimensions of the matrix
|
|
||||||
length = 6
|
|
||||||
|
|
||||||
|
|
||||||
-- see if the file exists
|
-- see if the file exists
|
||||||
function file_exists(file)
|
function file_exists(file)
|
||||||
local f = io.open(file, "rb")
|
local f = io.open(file, "rb")
|
Loading…
Reference in New Issue
Block a user