A prototype for a rigidbody ball with a custom bounce behaviour. The ball sticks to the wall before bouncing back. The duration of the ball sticking depends on the angle it hits the wall, shallower angles stick for less time. Also has a visual squish when bouncing!
Go to file
AmyLillya b727d46c5e kept random vector function in but it's not being used 2023-09-04 19:30:31 -03:00
Autoload kept random vector function in but it's not being used 2023-09-04 19:30:31 -03:00
Ball kept random vector function in but it's not being used 2023-09-04 19:30:31 -03:00
Misc add project 2023-09-03 11:32:48 -03:00
Player add project 2023-09-03 11:32:48 -03:00
World add project 2023-09-03 11:32:48 -03:00
.gitattributes add project 2023-09-03 11:32:48 -03:00
.gitignore add project 2023-09-03 11:32:48 -03:00
README.md first commit 2023-09-03 11:32:04 -03:00
icon.svg add project 2023-09-03 11:32:48 -03:00
icon.svg.import add project 2023-09-03 11:32:48 -03:00
project.godot added new node to ball that returns a random position offset from the collision normal; added Utilities autoload 2023-09-04 19:16:49 -03:00

README.md

Bouncy balls :p