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:
Patrick Exner
2026-01-20 18:42:36 +01:00
parent 4c0a06ffe9
commit 503971500d

View File

@@ -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.