mirror of
https://git.leinelab.org/Mal/mr-crocs-adventures.git
synced 2025-09-11 02:57:36 +02:00
Reset if Mr Croc left architecture.
This commit is contained in:
@@ -80,8 +80,6 @@ export default class Terrain
|
||||
tr.appendChild(td);
|
||||
}
|
||||
|
||||
console.log(row.length);
|
||||
|
||||
if (index === undefined || index >= this.tilesY - 1) {
|
||||
this.fields.push(row);
|
||||
this.htmlElement.appendChild(tr);
|
||||
|
||||
Reference in New Issue
Block a user