solarus-games / solarus-sample-quest

This repository was moved to GitLab: https://gitlab.com/solarus-games/solarus-sample-quest
Other
8 stars 2 forks source link

Bomb_Glitch #4

Open Zefk opened 7 years ago

Zefk commented 7 years ago

The glitch occurs when I keep pressing x when the first explosion goes off. I can travel around the map with instant explosions.

Here is a gif: bomb_glitch

Diarandor commented 7 years ago

The fact that the game runs slow is probably normal, I think, because the calculations for collision tests grow "exponentially" depending on the number of explosions. A solution could be to limit the number of bombs that you can put simultaneously on the map, or force a delay between one bomb and the next one.

Zefk commented 7 years ago

The gif is slow. The game runs quickly.

Diarandor commented 7 years ago

This issue with the instant explosions could be a bug of the engine (for the built-in bombs), maybe. Christopho will tell us if so.