JohnSundell / ImagineEngine

A project to create a blazingly fast Swift game engine that is a joy to use 🚀

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make Label rotatable

JohnSundell opened this issue · comments

You should be able to rotate a Label using the same API that you can use for actors. Functionality like this is implemented in a protocol oriented fashion, so all that needs to be done is to make Label conform to Rotatable. See Actor's implementation of this protocol for reference.

I'll take it if it's still open :)

I was just to about to finish this task also. :)

Fixed by @jussi80 in #156 🎉