solarus-games / solarus-doc

This repository was moved to GitLab: https://gitlab.com/solarus-games/solarus-doc
12 stars 5 forks source link

Explain the animation "destroy" of destructibles #21

Open Diarandor opened 7 years ago

Diarandor commented 7 years ago

The Lua API does not explain that the animation called "destroy" in the sprite of a destructible is the one used by the engine to show the entity being destroyed. That animation is not even mentioned. Add this! http://www.solarus-games.org/doc/1.6/lua_api_destructible.html

Diarandor commented 7 years ago

I think that the "walking" animation is not mentioned either. On the other hand, if it is still planned for Solarus v1.6 to allow lifting all types of entities, the API for destructibles may not be the place to explain these animations.