PRetty good collision detection but there is still some small bug I don't know about

This commit is contained in:
2023-02-24 23:37:27 -08:00
parent fad58f1430
commit 2b51fa7035
15 changed files with 124 additions and 43 deletions

View File

@@ -52,6 +52,13 @@ namespace Dawn {
*/
DawnGame * getGame();
/**
* Shorthand to return the physics manager that the scene this item
* belongs to, belongs to.
* @return The scene physics manager.
*/
ScenePhysicsManager * getPhysics();
/**
* Same as init, but intended for your subclass to override.
*/