summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
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-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-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-23Made basketball float and rotate before shooting.Logan
2022-09-23Created folders and renamed files and nodes to standard naming scheme.Logan