Archive update 0.53.1

This commit is contained in:
Tschrock
2019-09-02 11:37:22 -04:00
parent 715dfb8aeb
commit ac640dbe1a
32 changed files with 212 additions and 248 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ export function isPaletteSpriteBatch(batch: SpriteBatch | PaletteSpriteBatch): b
export interface ServerFeatureFlags {
test?: boolean; // test server
objects?: boolean; // editor
editor?: boolean; // editor
// more flags here ...
}