feat: add grid material
This commit is contained in:
12
thermion_dart/native/include/material/grid.apple.S
Normal file
12
thermion_dart/native/include/material/grid.apple.S
Normal file
@@ -0,0 +1,12 @@
|
||||
.global _GRID_GRID_OFFSET;
|
||||
.global _GRID_GRID_SIZE;
|
||||
|
||||
.global _GRID_PACKAGE
|
||||
.section __TEXT,__const
|
||||
_GRID_PACKAGE:
|
||||
.incbin "grid.bin"
|
||||
_GRID_GRID_OFFSET:
|
||||
.int 0
|
||||
_GRID_GRID_SIZE:
|
||||
.int 30210
|
||||
|
||||
Reference in New Issue
Block a user