-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Touch Controls #3
base: master
Are you sure you want to change the base?
Conversation
This reverts commit b62c7ec.
} | ||
|
||
} | ||
//return; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we get rid of this?
In general clean implementation of first touch, but that arises a UX question:
For instance, I imagine more a:
how does it sound as a challenge? |
|
||
|
||
|
||
//check for touches.. move ship towards first touch if present |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would make sense to make a new function to handle all user input?
@Jamibaraki any updates or feedback? |
I've added touch controls to the SpaceShooter demo. This has been tested on Android, but not iOS.