1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-14 02:31:51 +00:00

Merge branch 'modloader' of github.com:tobspr/shapez.io into modloader

This commit is contained in:
tobspr 2022-01-16 11:19:24 +01:00
commit 1bd569f89c
2 changed files with 2 additions and 2 deletions

View File

@ -433,7 +433,7 @@ export class MapChunk {
* Sets the chunks contents * Sets the chunks contents
* @param {number} tileX * @param {number} tileX
* @param {number} tileY * @param {number} tileY
* @param {Entity=} contents * @param {Entity} contents
* @param {Layer} layer * @param {Layer} layer
*/ */
setLayerContentFromWorldCords(tileX, tileY, contents, layer) { setLayerContentFromWorldCords(tileX, tileY, contents, layer) {

View File

@ -138,7 +138,7 @@ export const types = {
/** /**
* A full schema declaration * A full schema declaration
* @typedef {Object.<string, BaseDataType>} Schema * @typedef {Object.<string, BaseDataType> | object} Schema
*/ */
const globalSchemaCache = {}; const globalSchemaCache = {};