feat: add rotation gizmo asset + resource file
This commit is contained in:
12
thermion_dart/native/include/resources/rotation_gizmo_glb.S
Normal file
12
thermion_dart/native/include/resources/rotation_gizmo_glb.S
Normal file
@@ -0,0 +1,12 @@
|
||||
.global ROTATION_GIZMO_GLB_ROTATION_GIZMO_OFFSET;
|
||||
.global ROTATION_GIZMO_GLB_ROTATION_GIZMO_SIZE;
|
||||
|
||||
.global ROTATION_GIZMO_GLB_PACKAGE
|
||||
.section .rodata
|
||||
ROTATION_GIZMO_GLB_PACKAGE:
|
||||
.incbin "rotation_gizmo_glb.bin"
|
||||
ROTATION_GIZMO_GLB_ROTATION_GIZMO_OFFSET:
|
||||
.int 0
|
||||
ROTATION_GIZMO_GLB_ROTATION_GIZMO_SIZE:
|
||||
.int 156056
|
||||
|
||||
Reference in New Issue
Block a user