fyyyyy / tabloro

Play any board game online with friends in the browser. Runs on any device. Using webRTC for peer2peer video chat. Using phaser for rendering.
58 stars 28 forks source link

Still Unable to Rotate Pieces from a Spritesheet? #13

Open eliswen opened 4 years ago

eliswen commented 4 years ago

I just found this project (and the website) and am quite impressed! I've been looking for an engine to build tabletop games that actually treats 2D information as 2D (I've used TTS extensively, but treating cards as a full 3D object is...awkward).

I noticed the older reports of being unable to rotate pieces generated by a spritesheet. This issue still seems to be ongoing, at least for me. I made several cards from a spritesheet, but cannot rotate them despite having the option selected.

I notice the master branch has a fix for this committed - is that the version up on tabloro.com? Maybe I just need to remake pieces?

Thank you for this project, it's really promising!