Przeglądaj źródła

Fixed lua file references in localization example.

paweljarosz 2 tygodni temu
rodzic
commit
13bcfb80e3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      gui/localization/example.md

+ 1 - 1
gui/localization/example.md

@@ -3,7 +3,7 @@ tags: gui, font
 title: Localization (RTL/LTR)
 brief: This example demonstrates how to handle localization in games, Unicode text layout, RTL rendering, and runtime font switching for localization.
 author: The Defold Foundation
-scripts: main.gui_script, example/localization_helper.lua, example/ui_helper.lua
+scripts: main.gui_script, localization_helper.lua, ui_helper.lua
 thumbnail: thumbnail.png
 ---