summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-24Move basketball sprite while dragging before shotcflip
2022-09-24Only rotate basketball sprite instead of entire objectcflip
This way if we want to move the sprite around, the rotation of the basketball will not cause the sprite to 'orbit' the origin.
2022-09-24Defined inner and outer shapes and connected signals.Logan
2022-09-24Made power of basketball depend on cursor position.Logan
2022-09-24Only throw basketball on mouse-release when cursor is near ball.Logan
2022-09-24Changed floor texture.Logan
2022-09-24Import floor textures.Logan
2022-09-24Allow some basketball properties to be modified in the inspectorcflip
2022-09-24Add left/right movement to basketballcflip
2022-09-24Refactor basketball script to disable physics while waiting for shootcflip
2022-09-24Prevent over-scoring with basketball.Logan
2022-09-24Tweaked hoop collision.Logan
2022-09-24Make score a global variable and interface displays power.Logan
2022-09-24Initial system to change power with UP and DOWN keys.Logan
2022-09-23Moved and renamed files.Logan
2022-09-23Basic UI with score counter and other minor changes.Logan
2022-09-23Added one-way collision and area detection to hoop.Logan
2022-09-23Center basketball scene around origincflip
2022-09-23Remove reference to default_env.trescflip
2022-09-23Use LineShape2D instead of RectangleShape2D for floor collidercflip
2022-09-23Adjusted positions of hoop and basketball.Logan
2022-09-23Tweaked hoop colliders.Logan
2022-09-23Made basketball float and rotate before shooting.Logan
2022-09-23Tweaked hoop colliders and added sprite layering.Logan
2022-09-23Remove unused 3D environment filecflip
2022-09-23Created folders and renamed files and nodes to standard naming scheme.Logan
2022-09-23Adjusted collision shapes.Logan
2022-09-23Add a simple basketball hoopcflip
2022-09-23Import new hoop assets.Logan
2022-09-23Toggle between reset position and applying force.Logan
2022-09-23Added basic level scene with floor.Logan
2022-09-23Add bounce properties to basketball.Logan
2022-09-23Refactored physics code.Logan
2022-09-23Allow resetting of the ballcflip
2022-09-23Replace the basketball sprite object with a RigidBody2Dcflip
This way we don't have to implement all of the physics ourselves.
2022-09-23Press space to shoot the basketballcflip
This just resets the position and velocity for now
2022-09-23Implement simple basketball physicscflip
2022-09-23Add desksmashers audio and logo.Logan
2022-09-23Ignore .import directorycflip
2022-09-22Add initial project files & resources.Logan