index
:
BasketBALLAZ
master
World's greatest basketball game
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scenes
/
basketball.tscn
Age
Commit message (
Collapse
)
Author
2023-04-30
Move to Godot 4 and fixes
Logan
2022-09-30
Adjust offset of release indicator.
Logan
2022-09-30
Add an indicator for the last point where the ball was released
cflip
2022-09-26
Refactor basketball script and scene
cflip
This removes the OuterShape node from the basketball scene, and removes a lot of redundant or unused variable in the script.
2022-09-24
Reduce scale of entire scene by 5 and upscale the window instead
cflip
2022-09-24
Tweaked bounciness property.
Logan
2022-09-24
Add ghost sprite when dragging basketball.
Logan
2022-09-24
Defined inner and outer shapes and connected signals.
Logan
2022-09-24
Only throw basketball on mouse-release when cursor is near ball.
Logan
2022-09-24
Refactor basketball script to disable physics while waiting for shoot
cflip
2022-09-23
Center basketball scene around origin
cflip
2022-09-23
Made basketball float and rotate before shooting.
Logan
2022-09-23
Created folders and renamed files and nodes to standard naming scheme.
Logan