Zae Chao
Zae Chao
For example I write a script named `utils`: ```lua function echo(str) yield("/echo "..str) end ``` Then I can use it in other scripts like: ```lua RunScript("utils") local cp = GetCurrentCp()...
### Godot version master (target=debug) ### System information Windows 10 ### Issue description  Pressing TAB won't close EditorSpinSlider's value-input control, and sometimes it can't change focus. It could be...
### Godot version 4.0.rc3 ### System information Win11 ### Issue description I write a resource with build-in script: (`res://myresource.tres`) ```ini [gd_resource type="Resource" load_steps=2 format=3 uid="uid://bfbb3f86bl2kv"] [sub_resource type="GDScript" id="GDScript_408b7"] script/source =...
- Fixes #97748