feat: add gizmo.glb to assets/resources
This commit is contained in:
12
thermion_dart/native/include/resources/gizmo_glb.apple.S
Normal file
12
thermion_dart/native/include/resources/gizmo_glb.apple.S
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user