Solarus-Games English Forum

Solarus => Development => Topic started by: Yosha on July 24, 2015, 07:41:09 AM

Title: Stream and block
Post by: Yosha on July 24, 2015, 07:41:09 AM
Hello, I saw on the Lua API doc that stream could by followed by bombs, but I want to know if it was possible with other entities, like destructible, pickable or block.
My purpose is to push a block on a stream and the block move toward it. Maybe can I use a cutom entity, but it would be useful to have to possibility to make it directly with the engine.
Title: Re: Stream and block
Post by: Christopho on July 24, 2015, 08:36:37 AM
The engine does not support this for blocks, destructibles or pickables yet.