feat: create transparent overlay for gizmo for easier picking
This commit is contained in:
@@ -8,5 +8,5 @@ GIZMO_PACKAGE:
|
||||
GIZMO_GIZMO_OFFSET:
|
||||
.int 0
|
||||
GIZMO_GIZMO_SIZE:
|
||||
.int 26876
|
||||
.int 28800
|
||||
|
||||
|
||||
@@ -8,5 +8,5 @@ _GIZMO_PACKAGE:
|
||||
_GIZMO_GIZMO_OFFSET:
|
||||
.int 0
|
||||
_GIZMO_GIZMO_SIZE:
|
||||
.int 26876
|
||||
.int 28800
|
||||
|
||||
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,6 @@
|
||||
#include <stdint.h>
|
||||
#include "image.h"
|
||||
#include <stdint.h>
|
||||
|
||||
const uint8_t IMAGE_PACKAGE[] = {
|
||||
// IMAGE
|
||||
0x53, 0x52, 0x45, 0x56, 0x5f, 0x54, 0x41, 0x4d, 0x04, 0x00, 0x00, 0x00, 0x33, 0x00, 0x00, 0x00, 0x54, 0x41, 0x45, 0x46,
|
||||
|
||||
Reference in New Issue
Block a user