Convert TipableVMobject into a mixin #2808
GameDungeon
started this conversation in
Suggestions and Proposals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description of proposed feature
Currently, if I want to use an object with a tip I have to turn the top parent class into a tippable object, even when unused (Example: #2428). Instead, if we add it as a mixin we will allow it to be used on just the object it's needed in.
Beta Was this translation helpful? Give feedback.
All reactions