-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Overhaul entire system to use string drawing instead of labels #41
Comments
it might be worth using RichTextLabels instead as an alternative to creating our own system though i haven't really done a lot research on it yet https://docs.godotengine.org/en/stable/tutorials/gui/bbcode_in_richtextlabel.html |
While that is a nice idea, the point is to comoletely cut out the need for creating any new objects for text creation. Using one RichTextLabel instead of many Labels is good, but using |
Hey are you working on this? If not i was thinking of working on this, but i wanted to make sure that i am not redoing any work. |
I haven't actually started on this, to be honest. I've been wrapped up in other projects since last year (one of them being Project OutFox!) and haven't had time to work on this engine since. If you'd like to do this, that would be tremendously appreciated! |
YOU ARE A LIFESAVER IVE BEEN SWAMPED WITH LIFE FOR THE PAST EON OR SO |
I'd like to eventually do a complete rework of the internal print function to directly draw strings rather than create labels with one character each. This would greatly reduce overhead and allow for easier customization. This may also fix the currently open issue with positional effects as well as allow the editor view to finally be functional.
The text was updated successfully, but these errors were encountered: