UbiBelETF / dagger

A fully-featured, modern game engine made for educational purposes.
https://www.ubisoft.com/en-gb/
11 stars 5 forks source link

Physics system improvement #177

Closed Yugo0 closed 3 years ago

Yugo0 commented 3 years ago

Now instead of going trough all entities with StaticBody component, PhysicsSystem only goes trough the ones that are near the player. Also, we now have a record of entities with StaticBody component with their position on map.