Skip to content

Commit b005aa0

Browse files
committed
Update gui-script.md
1 parent 2e2ec1a commit b005aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/manuals/gui-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To control the logic of your GUI and animate nodes you use Lua scripts. GUI scri
1111

1212
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.
1313

14-
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:
14+
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:
1515

1616
```lua
1717
function init(self)

0 commit comments

Comments
 (0)