mirror of
https://github.com/godotengine/godot-headers.git
synced 2026-01-03 18:09:13 +03:00
Update README.md
This commit is contained in:
11
README.md
11
README.md
@@ -40,9 +40,16 @@ Then, compile your code into a dynamic library. Example for C:
|
||||
|
||||
### How do I use DLScript from the editor?
|
||||
|
||||
Manually create a **DLLibrary** resource. Save it as a **.tres**. This resource contains links to the libraries for each platform.
|
||||
Manually create a **DLLibrary** resource.
|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
Save it as a **.tres**.
|
||||
|
||||

|
||||
|
||||
This resource contains links to the libraries for each platform.
|
||||
|
||||
Now, **create a new DLScript on your node.** You may prefer built-in script for DLScript, unless you want to organize many **.dl** files which only contain a name. **You must specify the name of the class you would like to use.**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user