modified collision layers so that the balls stop colliding with one another
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user