Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-23 | Add a simple basketball hoop | cflip | |
2022-09-23 | Import new hoop assets. | Logan | |
2022-09-23 | Toggle between reset position and applying force. | Logan | |
2022-09-23 | Added basic level scene with floor. | Logan | |
2022-09-23 | Add bounce properties to basketball. | Logan | |
2022-09-23 | Refactored physics code. | Logan | |
2022-09-23 | Allow resetting of the ball | cflip | |
2022-09-23 | Replace the basketball sprite object with a RigidBody2D | cflip | |
This way we don't have to implement all of the physics ourselves. | |||
2022-09-23 | Press space to shoot the basketball | cflip | |
This just resets the position and velocity for now | |||
2022-09-23 | Implement simple basketball physics | cflip | |
2022-09-23 | Add desksmashers audio and logo. | Logan | |
2022-09-23 | Ignore .import directory | cflip | |
2022-09-22 | Add initial project files & resources. | Logan | |