mirror of
https://github.com/godotengine/godot-cpp-template.git
synced 2026-02-25 02:33:37 +03:00
Add reloadable flag to gdextension file
adds the reloadable flag to the .gdextension file for quickly getting started and having the extension be reloadable almost from the get-go
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
entry_symbol = "example_library_init"
|
||||
compatibility_minimum = "4.1"
|
||||
reloadable = false
|
||||
|
||||
[libraries]
|
||||
; Relative paths ensure that our GDExtension can be placed anywhere in the project directory.
|
||||
|
||||
Reference in New Issue
Block a user