Update docs

This commit is contained in:
Insality
2023-07-11 21:46:56 +03:00
parent bdacd4a440
commit 6ed48772a3
10 changed files with 67 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
--- Component to wrap over GUI Text nodes with localization helpers
--
-- ## Overview ##
-- <b># Overview #</b>
--
-- • The initialization of druid.set_text_function is required to enable localization
-- using the localization ID.
@@ -10,7 +10,7 @@
-- • The LangText component supports up to 7 string format parameters.
-- This limitation exists due to certain issues with using ... arguments.
--
-- ## Notes ##
-- <b># Notes #</b>
--
-- @module LangText
-- @within BaseComponent

View File

@@ -1,9 +1,9 @@
-- Copyright (c) 2021 Maksim Tuprikov <insality@gmail.com>. This code is licensed under MIT license
--- Druid component to handle the progress bars.
-- # Overview #
-- <b># Overview #</b>
--
-- # Notes #
-- <b># Notes #</b>
--
-- • Progress Node should be fully filled in your GUI scene node. It will be the progress maximum size
--