8 years ago by RedStarZOn
Hey @Datamosh ! Thank you for your feedback, always appreciate some :)
The zoom effect is kind of a "hacky" trick.
I'm simply using CSS3 transformations to make it work :) (transform: scale(), https://developer.mozilla.org/en-US/docs/Web/CSS/transform#Syntax)
I have no plans to export this game to mobiles, so I can use CSS animations & effects as much as I want for now, but i'll try to not abuse them.
I'm currently creating a PHP Parser to export Tiled maps (http://www.mapeditor.org/) to ImpactJS Maps format, so i'm not changing impactjs map parser code, just creating a parser which will convert all these tiled maps to impactjs maps :) (sorry if I sound repetitive, i'm not a native english speaker :/ )
The zoom effect is kind of a "hacky" trick.
I'm simply using CSS3 transformations to make it work :) (transform: scale(), https://developer.mozilla.org/en-US/docs/Web/CSS/transform#Syntax)
I have no plans to export this game to mobiles, so I can use CSS animations & effects as much as I want for now, but i'll try to not abuse them.
I'm currently creating a PHP Parser to export Tiled maps (http://www.mapeditor.org/) to ImpactJS Maps format, so i'm not changing impactjs map parser code, just creating a parser which will convert all these tiled maps to impactjs maps :) (sorry if I sound repetitive, i'm not a native english speaker :/ )