feat(magic-civ-physics): ✨ Implement core physics simulation framework for magic civilization mechanics
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
6f27ba6cf5
commit
285f4ae971
2 changed files with 9 additions and 0 deletions
BIN
addons/magic_civ_physics/libmagic_civ_physics.x86_64.so
Executable file
BIN
addons/magic_civ_physics/libmagic_civ_physics.x86_64.so
Executable file
Binary file not shown.
9
addons/magic_civ_physics/magic_civ_physics.gdextension
Normal file
9
addons/magic_civ_physics/magic_civ_physics.gdextension
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[configuration]
|
||||
entry_symbol = "gdext_rust_init"
|
||||
compatibility_minimum = 4.2
|
||||
|
||||
[libraries]
|
||||
linux.x86_64.release = "res://addons/magic_civ_physics/libmagic_civ_physics.x86_64.so"
|
||||
linux.x86_64.debug = "res://addons/magic_civ_physics/libmagic_civ_physics.x86_64.so"
|
||||
windows.x86_64.release = "res://addons/magic_civ_physics/magic_civ_physics.x86_64.dll"
|
||||
macos.release = "res://addons/magic_civ_physics/libmagic_civ_physics.framework"
|
||||
Loading…
Add table
Reference in a new issue