Updated custom module example to show how it can be put together
This commit is contained in:
parent
b74d9b203c
commit
e78e2e4e72
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ And now we can build against our module
|
||||||
wscons -j16 custom_modules=../../custom_module/ platform=windows target=release_debug
|
wscons -j16 custom_modules=../../custom_module/ platform=windows target=release_debug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Once we have built it we can now run the generated godot engine in the `bin/` folder, and we will be able to access the custom module from anywhere in the project, as well as creating new nodes from the user interface.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue