Jump to content

Dev Blog 2/17/2018 - Screenshots!


panda

Recommended Posts

5 hours ago, Capivarinha said:

@panda @jcsnider, Another question. You guys have in mind a hotkey to "turn character north/south/east/west" ? I think this will improve the gameplay with projectiles.

 

 I don't think so, the best way of doing that is using a key listener which discriminates depending on if you release the key quickly or not(as, for example, in pokemon games). I think they would implement this instead adding 4 new hotkeys. Although, I don't think this has priority right now. You should write a suggestion post so maybe they will think about it.

Link to comment
Share on other sites

On 2/20/2018 at 2:46 AM, Khaikaa said:

 

 I don't think so, the best way of doing that is using a key listener which discriminates depending on if you release the key quickly or not(as, for example, in pokemon games). I think they would implement this instead adding 4 new hotkeys. Although, I don't think this has priority right now. You should write a suggestion post so maybe they will think about it.

Discriminatory timing would be the way we'd implement this, but insofar we do not even pass the time to any input handling so this will still require refactoring to accomplish.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...