Solarus-Games English Forum

Solarus => Development => Topic started by: nwb4 on December 20, 2014, 05:01:46 PM

Title: Creating two heroes
Post by: nwb4 on December 20, 2014, 05:01:46 PM
Is there a simple way to create two heroes on the screen at the same time to be controlled by different keys? If not, could I be pointed towards the source code functions that would need to be modified for such a function.

Thanks!
Title: Re: Creating two heroes
Post by: Christopho on December 20, 2014, 08:43:35 PM
No, there is no built-in support for that. You would have to make a custom entity (scripted in Lua) that would play the role of the second hero.