ozkriff / zemeroth

😠⚔️😈 A minimalistic 2D turn-based tactical game in Rust

Home Page:https://ozkriff.itch.io/zemeroth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flip unit sprites horizontally

ozkriff opened this issue · comments

It's weird when they move or attack backward.

Need to modify ggwp_zscene::Sprite:set_scale to take ggez::Point2

WIP

Ahem, Sprite::set_offset(0.5, 0.5) doesn't work correctly

Blocked by ggez/ggez#439

^ I can't use normal (0.5, 0.5) offset for sprites because of this.