extensions
extensions copied to clipboard
Add Display Text (Better Animated Text)
Better Text Extension that Contains Many Capabilities that Animated Text doesn't have.
Highlights
-Text Outlines, Lines and Glow
-Format Options like Skew and More
-Curvy/Arc Text
-Text IDs (allows grouping)
Update:
Added NewLine Character Support and added # of lines block
From testing I noticed that it's possible to create multiple texts of the same ID. I assume that was intentional, however it becomes confusing as you can't distinguish between them properly and the actions on one text will simply occur on the other.
Furthermore, clicking the stop button/green flag should clear all of the text on the screen.
Its intentional to group text to the same ID, yes. Its also intentional for the actions to apply to all texts with the same ID, thus the grouping.
However, I will fix the stop button thing soon :)
From testing I noticed that it's possible to create multiple texts of the same ID. I assume that was intentional, however it becomes confusing as you can't distinguish between them properly and the actions on one text will simply occur on the other.
Furthermore, clicking the stop button/green flag should clear all of the text on the screen.
fixed
Hi, I will really hope that your blocks are added to TurboWarp. Your blocks are VERY COOL!!!
Hi, I will really hope that your blocks are added to TurboWarp. Your blocks are VERY COOL!!!
Thanks!
This is way better than scratch lab text extension
This is way better than scratch lab text extension
thx
V.1.3!
https://github.com/TurboWarp/extensions/assets/139097378/14ef0ee7-9049-438b-b779-3dda4b2efec9
new update, this is finalized and ready to merge
New update :)
Hello! By using Display Text extension I got an issue When working on the project, I distributed all the texts to specific locations: x, y. But when I restarted turbowarp, the texts were in the wrong places, although I had written other ones for them in the code
Hello!
By using Display Text extension I got an issue
When working on the project, I distributed all the texts to specific locations: x, y.
But when I restarted turbowarp, the texts were in the wrong places, although I had written other ones for them in the code
Are you setting the position after displaying it?
I guess yes.. I use "preset position for text" block
so after I closed the project and reopened it, texts were standing in wrong locations
so after I closed the project and reopened it, texts were standing in wrong locations
Just use set position
where can I find the newline character?
where can I find the newline character?
Utilities extension
Thanks!
why these two texts are on different places although they have the same x and y in code.
also, do their locations change if i change project's stage size?
why these two texts are on different places although they have the same x and y in code.
also, do their locations change if i change project's stage size?
Position may seem bugged if you don't set the text margins
Can you explain please?
Can you explain please?
Use the set margin block
So i need just to select wight and height and the text will bot be bugged, right?
So i need just to select wight and height and the text will bot be bugged, right?
Yeah. There's also a debug mode block. Use that to help
ahh thank you very much!! it worked :D