plas
1
Godot Version
4.2
Question
How do I put text in the console that has colors?
1 Like
You can use print_rich
with BBCode tags.
print_rich("[color=red]hi from red color[/color] no longer red")
4 Likes
system
Closed
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.