Solarus-Games English Forum

Solarus => Development => Topic started by: wizard_wizzle (aka ZeldaHistorian) on January 09, 2019, 04:13:11 AM

Title: Hero sprite error new to 1.6?
Post by: wizard_wizzle (aka ZeldaHistorian) on January 09, 2019, 04:13:11 AM
I discovered something in my game today that wasn't in 1.5, so I think it may be a bug introduced in 1.6. I may a couple of maps in my game where there are a number of dynamic entities of water tiles that I disable at one point in the game (basically you drain an entire lake, and this is how it's accomplished). Now with 1.6, when I move from the top map to the bottom map, the "splashing" animation shows for a short time immediately after the transition, and then returns to the normal "walking" animation. This didn't happen in 1.5 - the transition was seamless and the player wouldn't suspect there was ever water there. Oddly enough, the same thing does not happen when moving from the bottom map to the top map, so maybe it only occurs when the hero is facing down?
Title: Re: Hero sprite error new to 1.6?
Post by: Christopho on January 09, 2019, 08:22:02 AM
It was a bug in 1.5. The ground was not correctly detected.
Title: Re: Hero sprite error new to 1.6?
Post by: wizard_wizzle (aka ZeldaHistorian) on January 10, 2019, 04:35:50 AM
But the ground is not water in this case, as the water has been removed. Is there a way around this? Like can I override the ground type before the hero sprite changes if it won't detect that the entities aren't there anymore?
Title: Re: Hero sprite error new to 1.6?
Post by: Christopho on January 10, 2019, 08:47:06 AM
Ok, then it might be a bug. Can you open an issue?