Render Text ? :o
Posted: Sat Jun 06, 2020 5:05 am
Hey, how to render Text on Screen ? 
i found this function:
i wanted to move Text UP but and right but im not sure how to use:
+ Is it possible to use TEXT Formating like for Chat and BP Library?
im asking about Font and Color TAGs
[font=default-large-bold][color=255,190,255]π πΎπ±πΈ[/color][/font]

i found this function:
Code: Select all
/c
local entity = game.player.selected
rendering.draw_text
{
text = "TEST",
scale = 1.4,
color = {255,0,0},
surface = entity.surface,
target = entity
}
Code: Select all
target_offset = right = {1.0, 0.0}
im asking about Font and Color TAGs

[font=default-large-bold][color=255,190,255]π πΎπ±πΈ[/color][/font]