Getting a bunch of strange errors, anybody got an inkling what the cause might be?

Error: function Sprite.size () is not callable using argument types ()

Ok, this was caused by calling sprite.rotation; on a const Sprite while rotation() wasn't marked as const.
The rest is probably similar errors.

The error message is really inexpressive though.

Reply via email to