update grid material

This commit is contained in:
Nick Fisher
2025-07-01 12:12:33 +08:00
parent 4379313932
commit a9b5ca786e
6 changed files with 2544 additions and 2545 deletions

View File

@@ -8,5 +8,5 @@ GRID_PACKAGE:
GRID_GRID_OFFSET:
.int 0
GRID_GRID_SIZE:
.int 52018
.int 52094

View File

@@ -8,5 +8,5 @@ _GRID_PACKAGE:
_GRID_GRID_OFFSET:
.int 0
_GRID_GRID_SIZE:
.int 52018
.int 52094

File diff suppressed because it is too large Load Diff

View File

@@ -3,15 +3,11 @@
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
extern const uint8_t GRID_PACKAGE[];
extern int GRID_GRID_OFFSET;
extern int GRID_GRID_SIZE;
#ifdef __cplusplus
}
#endif
#define GRID_GRID_DATA (GRID_PACKAGE + GRID_GRID_OFFSET)
#endif