mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-21 15:44:23 +00:00
Change CharacterBody2D
motion_mode
for Imp
and Sheep
to FLOATING
This commit is contained in:
parent
da0180c5be
commit
9c73dd7ebb
2 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,7 @@ radius = 40.0
|
|||
[node name="Imp" type="CharacterBody2D"]
|
||||
collision_layer = 8
|
||||
collision_mask = 14
|
||||
motion_mode = 1
|
||||
script = ExtResource("1_dixpc")
|
||||
|
||||
[node name="Sprite" parent="." instance=ExtResource("2_eqcdi")]
|
||||
|
|
|
@ -81,6 +81,7 @@ radius = 144.0
|
|||
[node name="Sheep" type="CharacterBody2D"]
|
||||
collision_layer = 8
|
||||
collision_mask = 14
|
||||
motion_mode = 1
|
||||
script = ExtResource("1_4dmll")
|
||||
|
||||
[node name="Sprite" parent="." instance=ExtResource("2_xbkrm")]
|
||||
|
|
Loading…
Reference in a new issue