Pinch support and general improvements for mobile touch interface (#9)
This commit is contained in:
@@ -68,7 +68,7 @@ class Demo {
|
||||
|
||||
const key = `${ x },${ z != null ? z : y }`;
|
||||
|
||||
this.map[key].pips = Tessellate.utils.random(1,9);
|
||||
this.map[key].pips = Tessellate.utils.random(1,7);
|
||||
console.log(this.map[key].pips);
|
||||
|
||||
// console.log(tap.tile.getPoint());
|
||||
|
||||
Reference in New Issue
Block a user