From 534f6f57e930020eb1ad726f4de4e90cf487e584 Mon Sep 17 00:00:00 2001 From: Andy Belle-Isle Date: Sat, 14 Sep 2019 03:31:40 -0400 Subject: World can now draw --- Scripts/world.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'Scripts/world.lua') diff --git a/Scripts/world.lua b/Scripts/world.lua index 246ece0..6a526dd 100644 --- a/Scripts/world.lua +++ b/Scripts/world.lua @@ -72,13 +72,10 @@ world = { YDepth = math.random(2,5) for Y = 0,ysize-1 do if Y == YGen then - --self.data[Z][X][Y] = 0 self:setData(X, Y, Z, "grass"); elseif Y < YGen and Y > (YGen - YDepth) then - --self.data[Z][X][Y] = 1 self:setData(X, Y, Z, "dirt"); elseif Y < YGen then - --self.data[Z][X][Y] = 2 self:setData(X, Y, Z, "stone"); end --print(X..","..Y..","..Z); -- cgit v1.2.3