Final commits for 0.6.0 release

This commit is contained in:
Lucas Dower 2022-10-07 02:34:52 +01:00
parent 426a8fc4d2
commit 9cc12e7a2f
2 changed files with 2 additions and 2 deletions

BIN
res/samples/noodles.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 MiB

View File

@ -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');