feat: Hitbox drawing

This commit is contained in:
2025-10-06 14:50:32 +01:00
parent 3a84947750
commit 8a360df98a
6 changed files with 44 additions and 9 deletions

View File

@@ -30,6 +30,7 @@ struct G_Editor {
S32 currentAsset;
G_EDITOR_MODE mode;
V2f cursor;
V2f dragStart;
};
typedef struct G_State G_State;