Make glyph gizmo able to influence flatten stage
This commit is contained in:
parent
9d8fe1c3ed
commit
1dc9c22b0f
3 changed files with 7 additions and 5 deletions
|
@ -4,7 +4,7 @@ const fs = require("fs-extra");
|
|||
const zlib = require("zlib");
|
||||
const { encode, decode } = require("@msgpack/msgpack");
|
||||
|
||||
const Edition = 6;
|
||||
const Edition = 7;
|
||||
const MAX_AGE = 5;
|
||||
|
||||
class GfEntry {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue