Quellcode durchsuchen

Update gui-script.md

Björn Ritzl vor 7 Monaten
Ursprung
Commit
b005aa07d7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      docs/en/manuals/gui-script.md

+ 1 - 1
docs/en/manuals/gui-script.md

@@ -11,7 +11,7 @@ To control the logic of your GUI and animate nodes you use Lua scripts. GUI scri
 
 To add a script to a GUI, first create a GUI script file by <kbd>right clicking</kbd> a location in the *Assets* browser and selecting <kbd>New ▸ Gui Script</kbd> from the popup context menu.
 
-The editor automatically opens the new script file. It is based on a template and comes equipped with empty lifetime functions, just like game object scripts:
+The editor automatically opens the new script file. It is based on a template and comes equipped with empty lifecycle functions, just like game object scripts:
 
 ```lua
 function init(self)