Skip to content

Commit

Permalink
Update example.gui_script
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed May 4, 2022
1 parent 619755e commit 9a70d3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/example.gui_script
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ end
local function create_repeat_example()
local settings = { position = vmath.vector3(320, 450, 0), align = richtext.ALIGN_CENTER, fonts = { Roboto = ROBOTO } }
return richtext.create("Now repeat<repeat=7>\n<b>after <color=red><i>me</i></color></b></repeat>\nWell done!", "Roboto", settings)
end

local function create_custom_tag_example()
local settings = { position = vmath.vector3(320, 450, 0), align = richtext.ALIGN_CENTER, fonts = { Roboto = ROBOTO } }
Expand Down

0 comments on commit 9a70d3c

Please sign in to comment.