mirror of
https://github.com/godotengine/godot-cpp-template.git
synced 2026-02-25 02:33:37 +03:00
Merge pull request #110 from paddy-exe/add-reloadable-gdextension-file
Add reloadable flag to gdextension file
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
entry_symbol = "example_library_init"
|
entry_symbol = "example_library_init"
|
||||||
compatibility_minimum = "4.1"
|
compatibility_minimum = "4.1"
|
||||||
|
reloadable = false
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
; Relative paths ensure that our GDExtension can be placed anywhere in the project directory.
|
; Relative paths ensure that our GDExtension can be placed anywhere in the project directory.
|
||||||
|
|||||||
Reference in New Issue
Block a user