Reimplementing DearImGui

This commit is contained in:
2025-03-22 01:04:15 +01:00
parent dfa5d1245f
commit 9a8ab7853a
8 changed files with 768 additions and 4 deletions

View File

@@ -50,7 +50,9 @@ Collider :: struct {
collides_with_layers: Collision_Layers = .LAYER1;
override_aabb: bool;
render_aabb: bool;
aabb: AABB;
union {
sphere: Sphere; @DontSerialize
mesh : Mesh_Collider; @DontSerialize