From 9a70d3caa0a8380db730453d2a1aa399d4aaf670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ritzl?= Date: Wed, 4 May 2022 11:18:38 +0200 Subject: [PATCH] Update example.gui_script --- example/example.gui_script | 1 + 1 file changed, 1 insertion(+) diff --git a/example/example.gui_script b/example/example.gui_script index bd68bde..6b45e16 100644 --- a/example/example.gui_script +++ b/example/example.gui_script @@ -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\nafter me\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 } }