mirror of
https://git.leinelab.org/Mal/mr-crocs-adventures.git
synced 2025-09-11 02:57:36 +02:00
Row insertion implemented.
This commit is contained in:
@@ -3,7 +3,7 @@ import TilorswiftFieldEnteredEvent from "./events/TilorswiftFieldEnteredEvent.js
|
||||
|
||||
export default class Field
|
||||
{
|
||||
constructor(tileset, index = 0)
|
||||
constructor(tileset, index = -1)
|
||||
{
|
||||
this.tileset = tileset;
|
||||
this.index = index;
|
||||
|
||||
Reference in New Issue
Block a user