1 decade ago by Seasons
Hi, This is my first post.
I made sample game "favcola" by IMPACT.
https://chrome.google.com/webstore/detail/fjdjbleibekhakgcgdfjlfdlhdcjfdod?hl=ja&hc=search&hcp=main
I tried to porting this game to iOSIMPACT. Most behavior is OK.
But I found a problem.
My game entity player rotate while jumping.
Here this code.
IMPACT interpret angle value is radian,but iOSIMPACT is degree.
So I wrote patch and fixed the problem.
I would like to post this code.
What I do I e-mail to the author?
I made sample game "favcola" by IMPACT.
https://chrome.google.com/webstore/detail/fjdjbleibekhakgcgdfjlfdlhdcjfdod?hl=ja&hc=search&hcp=main
I tried to porting this game to iOSIMPACT. Most behavior is OK.
But I found a problem.
My game entity player rotate while jumping.
Here this code.
this.currentAnim.angle += 0.2;
IMPACT interpret angle value is radian,but iOSIMPACT is degree.
So I wrote patch and fixed the problem.
I would like to post this code.
What I do I e-mail to the author?