Pin the fflate version; 0.5.3 is unusable
This commit is contained in:
parent
cf72daacbe
commit
f89cccedb2
@ -1,4 +1,4 @@
|
|||||||
import * as fflate from 'https://unpkg.com/fflate/esm/index.mjs';
|
import * as fflate from 'https://unpkg.com/fflate@0.4.8/esm/index.mjs';
|
||||||
|
|
||||||
import { DIRECTIONS, LAYERS, TICS_PER_SECOND } from './defs.js';
|
import { DIRECTIONS, LAYERS, TICS_PER_SECOND } from './defs.js';
|
||||||
import { TILES_WITH_PROPS } from './editor-tile-overlays.js';
|
import { TILES_WITH_PROPS } from './editor-tile-overlays.js';
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
// TODO bugs and quirks i'm aware of:
|
// TODO bugs and quirks i'm aware of:
|
||||||
// - steam: if a player character starts on a force floor they won't be able to make any voluntary movements until they are no longer on a force floor
|
// - steam: if a player character starts on a force floor they won't be able to make any voluntary movements until they are no longer on a force floor
|
||||||
import * as fflate from 'https://unpkg.com/fflate/esm/index.mjs';
|
import * as fflate from 'https://unpkg.com/fflate@0.4.8/esm/index.mjs';
|
||||||
|
|
||||||
import { DIRECTIONS, INPUT_BITS, TICS_PER_SECOND } from './defs.js';
|
import { DIRECTIONS, INPUT_BITS, TICS_PER_SECOND } from './defs.js';
|
||||||
import * as c2g from './format-c2g.js';
|
import * as c2g from './format-c2g.js';
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
import * as fflate from 'https://unpkg.com/fflate/esm/index.mjs';
|
import * as fflate from 'https://unpkg.com/fflate@0.4.8/esm/index.mjs';
|
||||||
|
|
||||||
// Base class for custom errors
|
// Base class for custom errors
|
||||||
export class LLError extends Error {}
|
export class LLError extends Error {}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user