index
:
BasketBALLAZ
master
World's greatest basketball game
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-09-24
Add left/right movement to basketball
cflip
2022-09-24
Refactor basketball script to disable physics while waiting for shoot
cflip
2022-09-24
Prevent over-scoring with basketball.
Logan
2022-09-24
Tweaked hoop collision.
Logan
2022-09-24
Make score a global variable and interface displays power.
Logan
2022-09-24
Initial system to change power with UP and DOWN keys.
Logan
2022-09-23
Moved and renamed files.
Logan
2022-09-23
Basic UI with score counter and other minor changes.
Logan
2022-09-23
Added one-way collision and area detection to hoop.
Logan
2022-09-23
Center basketball scene around origin
cflip
2022-09-23
Remove reference to default_env.tres
cflip
2022-09-23
Use LineShape2D instead of RectangleShape2D for floor collider
cflip
2022-09-23
Adjusted positions of hoop and basketball.
Logan
2022-09-23
Tweaked hoop colliders.
Logan
2022-09-23
Made basketball float and rotate before shooting.
Logan
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
Adjusted collision shapes.
Logan
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
2022-09-23
Press space to shoot the basketball
cflip
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