Closed ghost closed 8 years ago
I see you made some changes. Wouldn't it make more sense to use just Parallax instead of Parallax.App? You could have just renamed removed App class to Parallax, and still allow rendering context access from new Parallax class.
It is the final solution, need to test Android platform to make a decision
I have made Parallax class abstract.
Parallax
For Gwt platform we use
GwtParallax.init( this );
where this implements ParallaxListener
this
ParallaxListener
I see you made some changes. Wouldn't it make more sense to use just Parallax instead of Parallax.App? You could have just renamed removed App class to Parallax, and still allow rendering context access from new Parallax class.