mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-01-23 14:56:00 +00:00
Fixed sliding on ice having the camera lag behind
This commit is contained in:
@@ -254,7 +254,7 @@ class Game_FollowerFactory
|
||||
end
|
||||
event.move_speed = leader.move_speed
|
||||
event.transparent = !follower.visible?
|
||||
if $PokemonGlobal.sliding
|
||||
if $PokemonGlobal.ice_sliding
|
||||
event.straighten
|
||||
event.walk_anime = false
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user