Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-24 | Only throw basketball on mouse-release when cursor is near ball. | Logan | |
2022-09-24 | Make score a global variable and interface displays power. | Logan | |
2022-09-23 | Remove reference to default_env.tres | cflip | |
2022-09-23 | Tweaked hoop colliders and added sprite layering. | Logan | |
2022-09-23 | Remove unused 3D environment file | cflip | |
2022-09-23 | Created folders and renamed files and nodes to standard naming scheme. | Logan | |
2022-09-23 | Added basic level scene with floor. | Logan | |
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-22 | Add initial project files & resources. | Logan | |