gamercade-io / gamercade_console

A Neo-Retro Fantasy Console. Make WASM-powered, networked multiplayer games.
https://gamercade.io
Apache License 2.0
169 stars 10 forks source link

Implement Draw Sprite: Flip X and Flip Y #13

Closed RobDavenport closed 2 years ago

RobDavenport commented 2 years ago

Curretly, the GraphicsParameters does have the option to flip x & y, but this doesn't actually do anything when passed to the console.

We need to allow this functionality since the only alternative currently is to make 2x art assets, one for each direction.

RobDavenport commented 2 years ago

Added in 85cb5bb490713bf29278b0263040479644849825