Start work on editor
All checks were successful
Build Dusk / build-linux (push) Successful in 54s
Build Dusk / build-psp (push) Successful in 1m10s

This commit is contained in:
2025-11-15 23:38:31 -06:00
parent 8525138594
commit 68b63d3007
7 changed files with 494 additions and 9 deletions

View File

@@ -8,9 +8,9 @@
#pragma once
#include "locale/language/keys.h"
#include "error/error.h"
#include "duskdefs.h"
#include <zip.h>
#define ASSET_LANG_CHUNK_CHAR_COUNT 6 * 1024 // 6 KB per chunk
#define ASSET_LANG_CHUNK_CACHE 4 // Number of chunks to cache in memory
#pragma pack(push, 1)

View File

@@ -6,6 +6,9 @@
CHUNK_WIDTH = 16
CHUNK_HEIGHT = 16
CHUNK_DEPTH = 4
TILE_WIDTH = 16.0
TILE_HEIGHT = 16.0
TILE_DEPTH = 11.36
TILE_DEPTH = 16.0
ASSET_LANG_CHUNK_CHAR_COUNT = 6144