added a basic ball that properly inverts velocity when colliding with a world boundary. my balls are getting stuck on each other tho
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
extends CollisionShape2D
|
||||
|
||||
@export_enum("x", "y") var boundary_invert_axis = 1
|
||||
Reference in New Issue
Block a user