summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-26Made starting position increase then randomize after scoring 5.Logan
2022-09-25Fix slight misalignment with floor sprites.Logan
2022-09-25Allow shooting when sprite is at the outer shape bounds.Logan
2022-09-25Reduce scale of interface text.Logan
2022-09-25Made window keep aspect ratio when stretching screen.Logan
2022-09-25Replaced mp3 with ogg.Logan
2022-09-24Use custom icon and delete default Godot iconcflip
2022-09-24Reduce scale of entire scene by 5 and upscale the window insteadcflip
2022-09-24Don't allow dragging the basketball while it is in physics modecflip
2022-09-24Tweaked bounciness property.Logan
2022-09-24Improved hoop collision.Logan
2022-09-24Add the rest of the floorcflip
2022-09-24Add ghost sprite when dragging basketball.Logan
2022-09-24Made ball keep the same rotation after resetting it.Logan
2022-09-24Move basketball sprite while dragging before shotcflip
2022-09-24Only rotate basketball sprite instead of entire objectcflip
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
2022-09-23Press space to shoot the basketballcflip