Background color changes not wanted, Moving faster up and to the left
in
Android Processing
•
1 year ago
Hi, lately I have been developing a little android app and I have a little issue
The zombie seems to move faster up and to the left than down or to the right.
Here is the sketch:
This makes the zombie move:
- x += cos(rotation)*3;
- y += sin(rotation)*3;
Thanks in advance.
EDIT:
The background change seems to be caused by what there is to display so this is a phone thing.
1