Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

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.

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?

1 decade ago by dominic

Whoops, sorry about that!

Yes, you can email me patches. If it's just a few lines of code, you can also post it here in the forums.

Thanks!

1 decade ago by Seasons

Thanks reply :-)

I will send you the source code later.
Page 1 of 1
« first « previous next › last »