feat: add gizmo.glb to assets/resources

This commit is contained in:
Nick Fisher
2024-12-11 20:58:57 +08:00
parent 5564be9ce9
commit 6b36d67ed7
7 changed files with 718 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
.global _GIZMO_GLB_GIZMO_OFFSET;
.global _GIZMO_GLB_GIZMO_SIZE;
.global _GIZMO_GLB_PACKAGE
.section __TEXT,__const
_GIZMO_GLB_PACKAGE:
.incbin "gizmo_glb.bin"
_GIZMO_GLB_GIZMO_OFFSET:
.int 0
_GIZMO_GLB_GIZMO_SIZE:
.int 13184