looks like maps are finally wrapping properly
This commit is contained in:
@@ -134,7 +134,7 @@ class Demo {
|
||||
if (this.map[key]) {
|
||||
this.map[key].pips = Tessellate.utils.random(1, pipMax);
|
||||
|
||||
console.log(key);
|
||||
console.log(`{${ x }, ${ y }${ z != null ? `, ${ z }` : ''}}`);
|
||||
}
|
||||
else {
|
||||
console.log('ERROR - no tile', key);
|
||||
|
||||
Reference in New Issue
Block a user