index
:
BasketBALLAZ
master
World's greatest basketball game
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scenes
/
level.tscn
Age
Commit message (
Expand
)
Author
2023-05-15
Added basketball collision sounds and audio system
Logan
2023-05-01
Dynamically determine camera limits based on background size.
Logan
2023-05-01
Replace old background with new one
Logan
2023-04-30
Move to Godot 4 and fixes
Logan
2023-02-01
Added music scene singleton
Logan
2023-01-30
Increase wall height to avoid camera out of bounds
Logan
2022-10-01
Prevent camera from zooming too far out.
Logan
2022-09-30
Tweaked camera logic.
Logan
2022-09-30
Improved position changer and removed the need for a global variable.
Logan
2022-09-30
Make wall sprites appear taller.
Logan
2022-09-29
Added improvements to camera logic and zooming.
Logan
2022-09-29
Add left wall collider.
Logan
2022-09-27
Add camera node and basic camera logic.
Logan
2022-09-26
Replaced background textures and added wall collider.
Logan
2022-09-26
Replaced floor textures with new ones.
Logan
2022-09-26
Made basketball change position based on hoop's position.
Logan
2022-09-26
Add countdown timer.
Logan
2022-09-26
Made starting position increase then randomize after scoring 5.
Logan
2022-09-25
Fix slight misalignment with floor sprites.
Logan
2022-09-24
Reduce scale of entire scene by 5 and upscale the window instead
cflip
2022-09-24
Add the rest of the floor
cflip
2022-09-24
Made power of basketball depend on cursor position.
Logan
2022-09-24
Changed floor texture.
Logan
2022-09-24
Make score a global variable and interface displays power.
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
Use LineShape2D instead of RectangleShape2D for floor collider
cflip
2022-09-23
Adjusted positions of hoop and basketball.
Logan
2022-09-23
Created folders and renamed files and nodes to standard naming scheme.
Logan