Play game
Lee Carvallo's Putting Challenge's itch.io pageTeam Name
Thrillho
Team Members
Adam Proctor, Andrew Glisinski, Jen Costa, Michael Surya, Petar Markovich, Tyler Hebenton
Leave a comment
Log in with itch.io to leave a comment.
Team Name
Thrillho
Team Members
Adam Proctor, Andrew Glisinski, Jen Costa, Michael Surya, Petar Markovich, Tyler Hebenton
Log in with itch.io to leave a comment.
Comments
I have to hold right way too long to get him to move. I think you're falling victim to the repeat event on the button. What you should be doing is have a bool be set when the button is pressed, and have it unset when that button is released. That way you don't have to wait for the OS's repeated button press event, which will be different based on each user's settings.