modified collision layers so that the balls stop colliding with one another

This commit is contained in:
2024-07-23 18:38:58 +02:00
parent 6b0843a725
commit 3fea3c89ed
7 changed files with 63 additions and 16 deletions
+6
View File
@@ -21,6 +21,12 @@ window/size/viewport_width=1920
window/size/viewport_height=1080
window/stretch/mode="viewport"
[layer_names]
2d_physics/layer_2="boundary"
2d_physics/layer_3="ball"
2d_physics/layer_4="block"
[rendering]
renderer/rendering_method="gl_compatibility"