mirror of
https://git.leinelab.org/Mal/mr-crocs-adventures.git
synced 2026-03-18 05:12:23 +01: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