Reimplementing DearImGui
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user