init
This commit is contained in:
commit
e45f121fb9
89 changed files with 336069 additions and 0 deletions
11
godot/brogue_gen.gdextension
Normal file
11
godot/brogue_gen.gdextension
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[configuration]
|
||||
|
||||
entry_symbol = "brogue_gen_library_init"
|
||||
compatibility_minimum = "4.3"
|
||||
|
||||
[libraries]
|
||||
|
||||
linux.debug.x86_64 = "res://addons/brogue_gen/bin/libbrogue_gen.linux.template_debug.x86_64.so"
|
||||
linux.release.x86_64 = "res://addons/brogue_gen/bin/libbrogue_gen.linux.template_release.x86_64.so"
|
||||
|
||||
[dependencies]
|
||||
Loading…
Add table
Add a link
Reference in a new issue