added getcube
This commit is contained in:
@@ -18,3 +18,39 @@ function trypush!(S::Shape, t::Tuple{Int8, Int8, Int8})
|
||||
return true
|
||||
end
|
||||
end
|
||||
|
||||
function getCube()
|
||||
return Shape(
|
||||
{
|
||||
(0, 0, 0)
|
||||
},
|
||||
{
|
||||
(0, 0, 0)
|
||||
},
|
||||
[
|
||||
(0, 0, 0),
|
||||
(0, 0, 0),
|
||||
(0, 0, 0),
|
||||
(0, 0, 0),
|
||||
(0, 0, 0),
|
||||
(0, 0, 0),
|
||||
(0, 0, 0),
|
||||
(0, 0, 0),
|
||||
(0, 0, 0),
|
||||
(0, 0, 0),
|
||||
(0, 0, 0),
|
||||
(0, 0, 0),
|
||||
(0, 0, 0),
|
||||
(0, 0, 0),
|
||||
(0, 0, 0),
|
||||
(0, 0, 0),
|
||||
(0, 0, 0),
|
||||
(0, 0, 0),
|
||||
(0, 0, 0),
|
||||
(0, 0, 0),
|
||||
(0, 0, 0),
|
||||
(0, 0, 0),
|
||||
(0, 0, 0),
|
||||
(0, 0, 0)
|
||||
])
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user