adjusted roboturret turn speed

This commit is contained in:
pennyrigate 2023-03-02 22:12:11 -05:00
parent f92e302535
commit 52f856ad6b

View file

@ -122,6 +122,7 @@ region_rect = Rect2( 20, 0, 20, 16 )
position = Vector2( -9, 2 ) position = Vector2( -9, 2 )
[node name="AnimationPlayer" type="AnimationPlayer" parent="."] [node name="AnimationPlayer" type="AnimationPlayer" parent="."]
playback_speed = 0.75
anims/RESET = SubResource( 2 ) anims/RESET = SubResource( 2 )
"anims/turn left" = SubResource( 3 ) "anims/turn left" = SubResource( 3 )
"anims/turn right" = SubResource( 4 ) "anims/turn right" = SubResource( 4 )