fix rolling fiend jank, but can only walk around convex paths now :(
This commit is contained in:
parent
88b4135315
commit
863961cc92
4 changed files with 32 additions and 42 deletions
|
@ -305,28 +305,28 @@ right_down_boundry = 3.0
|
|||
speed = 60
|
||||
|
||||
[node name="RollingFiend" parent="Enemies" instance=ExtResource( 13 )]
|
||||
position = Vector2( 144, 96 )
|
||||
position = Vector2( 144, 100 )
|
||||
|
||||
[node name="RollingFiend3" parent="Enemies" instance=ExtResource( 13 )]
|
||||
position = Vector2( 136, 24 )
|
||||
position = Vector2( 128, 28 )
|
||||
|
||||
[node name="RollingFiend4" parent="Enemies" instance=ExtResource( 13 )]
|
||||
position = Vector2( 168, 40 )
|
||||
position = Vector2( 168, 42 )
|
||||
|
||||
[node name="RollingFiend6" parent="Enemies" instance=ExtResource( 13 )]
|
||||
position = Vector2( 384, 40 )
|
||||
position = Vector2( 384, 44 )
|
||||
|
||||
[node name="RollingFiend7" parent="Enemies" instance=ExtResource( 13 )]
|
||||
position = Vector2( 440, 88 )
|
||||
position = Vector2( 440, 92 )
|
||||
|
||||
[node name="RollingFiend8" parent="Enemies" instance=ExtResource( 13 )]
|
||||
position = Vector2( 584, 24 )
|
||||
position = Vector2( 584, 28 )
|
||||
|
||||
[node name="RollingFiend10" parent="Enemies" instance=ExtResource( 13 )]
|
||||
position = Vector2( 608, 120 )
|
||||
position = Vector2( 608, 124 )
|
||||
|
||||
[node name="RollingFiend2" parent="Enemies" instance=ExtResource( 13 )]
|
||||
position = Vector2( 80, 144 )
|
||||
position = Vector2( 80, 148 )
|
||||
|
||||
[node name="Tentacle2" parent="Enemies" instance=ExtResource( 16 )]
|
||||
position = Vector2( 176, 104 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue