Skip to content

Commit 9a70d3c

Browse files
committed
Update example.gui_script
1 parent 619755e commit 9a70d3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/example.gui_script

+1
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ end
306306
local function create_repeat_example()
307307
local settings = { position = vmath.vector3(320, 450, 0), align = richtext.ALIGN_CENTER, fonts = { Roboto = ROBOTO } }
308308
return richtext.create("Now repeat<repeat=7>\n<b>after <color=red><i>me</i></color></b></repeat>\nWell done!", "Roboto", settings)
309+
end
309310

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

0 commit comments

Comments
 (0)