coconut-platformer / game

2 stars 0 forks source link

user can no longer tap and hold #54

Open ssshake opened 5 years ago

ssshake commented 5 years ago

Requires the player to tap for every interaction instead of tap and hold. Do you want this? I think it's better but you may have already discussed this.

I also slowed game speed further. I think it's hard as is at that speed. The player needs a moment to learn. I can remove this from the PR if you want because it is not in scope of issue 54

I'm wondering if the logic should be part of interact() and cancel(). And maybe the name "interacting" is not good either.

Closes #53