UI clean-up

This commit is contained in:
2025-01-03 16:15:48 +01:00
parent 03b84515e7
commit e6c7b2ab0c
6 changed files with 73 additions and 44 deletions

View File

@@ -79,7 +79,7 @@ Entity :: struct {
animator: Animator; @DontSerialize
// Physics
body : Physics_Body; @DontSerialize
body : Physics_Body;
collider : Collider;
// End physics