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
+2
View File
@@ -3,6 +3,8 @@
[ext_resource type="Script" path="res://balls/ball.gd" id="1_ija2k"]
[node name="Ball" type="CharacterBody2D"]
collision_layer = 4
collision_mask = 10
motion_mode = 1
floor_stop_on_slope = false
script = ExtResource("1_ija2k")