forked from mirror/ObjToSchematic
Final commits for 0.6.0 release
This commit is contained in:
parent
426a8fc4d2
commit
9cc12e7a2f
BIN
res/samples/noodles.png
Normal file
BIN
res/samples/noodles.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.2 MiB |
@ -32,8 +32,8 @@ export class AppConfig {
|
||||
public readonly CAMERA_SENSITIVITY_ZOOM: number;
|
||||
|
||||
private constructor() {
|
||||
this.RELEASE_MODE = false;
|
||||
this.RELEASE_VERSION = '0.6.0d';
|
||||
this.RELEASE_MODE = true;
|
||||
this.RELEASE_VERSION = '0.6.0r';
|
||||
this.VOXEL_BUFFER_CHUNK_SIZE = 5_000;
|
||||
|
||||
const configFile = fs.readFileSync(PathUtil.join(AppPaths.Get.resources, 'config.json'), 'utf8');
|
||||
|
Loading…
Reference in New Issue
Block a user