Skip to content

Commit

Permalink
Update Nx.ContBlks
Browse files Browse the repository at this point in the history
  • Loading branch information
IrcDirk committed Dec 12, 2018
1 parent 76fb45a commit 78800d6
Showing 1 changed file with 69 additions and 11 deletions.
80 changes: 69 additions & 11 deletions NxMap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1656,17 +1656,75 @@ function Nx.Map:InitFrames()
-- Init continent frames

Nx.ContBlks = {
{ 0,1,1,0, 0,1,1,0, 0,1,1,0 },
{ 0,1,1,0, 0,1,1,0, 0,1,1,0 },
{ 1,1,1,1, 1,1,1,1, 1,1,1,1 },
{ 1,1,1,1, 1,1,1,1, 1,1,1,1 },
{ 1,1,1,0, 1,1,1,0, 1,1,1,0 },
{ 1,1,1,1, 1,1,1,1, 1,1,1,1 },
{ 1,1,1,1, 1,1,1,1, 1,1,1,1 },
{ 1,1,1,1, 1,1,1,1, 1,1,1,1 },
{ 1,1,1,1, 1,1,1,1, 1,1,1,1 },
{ 1,1,1,1, 1,1,1,1, 1,1,1,1 },
{ 1,1,1,1, 1,1,1,1, 1,1,1,1 },
{
0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,
0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,
0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,
0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,
0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,
0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,
0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,
0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,
0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,
0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,
},
{
0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,
0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,
0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,
0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,
0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,
0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,
0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,
0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,
0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,
0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,
},
{
1,1,1,1,
1,1,1,1,
1,1,1,1
},
{
1,1,1,1,
1,1,1,1,
1,1,1,1
},
{
1,1,1,0,
1,1,1,0,
1,1,1,0
},
{
1,1,1,1,
1,1,1,1,
1,1,1,1
},
{
1,1,1,1,
1,1,1,1,
1,1,1,1
},
{
1,1,1,1,
1,1,1,1,
1,1,1,1
},
{
1,1,1,1,
1,1,1,1,
1,1,1,1
},
{
1,1,1,1,
1,1,1,1,
1,1,1,1
},
{
1,1,1,1,
1,1,1,1,
1,1,1,1
},
}

self.ContFrms = {}
Expand Down

0 comments on commit 78800d6

Please sign in to comment.