diff --git a/.gitignore b/.gitignore index 475d321..eceff02 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,11 @@ release/* *.o *.obj *.os +*.so +*.wasm +*.dll +*.exp +*.lib # export files *.apk \ No newline at end of file diff --git a/.sconsign.dblite b/.sconsign.dblite index f8d076c..9b242c3 100644 Binary files a/.sconsign.dblite and b/.sconsign.dblite differ diff --git a/game/bin/fallingsand/fallingsand.gdextension b/game/bin/fallingsand/fallingsand.gdextension index 7e081b3..38fca6c 100644 --- a/game/bin/fallingsand/fallingsand.gdextension +++ b/game/bin/fallingsand/fallingsand.gdextension @@ -5,14 +5,7 @@ compatibility_minimum = "4.2" [libraries] -windows.debug.x86_32 = "res://bin/fallingsand/libgdfallingsand.windows.template_debug.x86_32.dll" -windows.release.x86_32 = "res://bin/fallingsand/libgdfallingsand.windows.template_release.x86_32.dll" windows.x86_64 = "res://bin/fallingsand/libgdfallingsand.windows.template_debug.x86_64.dll" -linux.debug.x86_64 = "res://bin/fallingsand/libgdfallingsand.linux.template_debug.x86_64.so" -linux.release.x86_64 = "res://bin/fallingsand/libgdfallingsand.linux.template_release.x86_64.so" -linux.debug.arm64 = "res://bin/fallingsand/libgdfallingsand.linux.template_debug.arm64.so" -linux.release.arm64 = "res://bin/fallingsand/libgdfallingsand.linux.template_release.arm64.so" -linux.debug.rv64 = "res://bin/fallingsand/libgdfallingsand.linux.template_debug.rv64.so" -linux.release.rv64 = "res://bin/fallingsand/libgdfallingsand.linux.template_release.rv64.so" +linux.arm64 = "res://bin/fallingsand/libgdfallingsand.linux.template_debug.arm64.so" android.arm64 = "res://bin/fallingsand/libgdfallingsand.android.template_debug.arm64.so" web = "res://bin/fallingsand/libgdfallingsand.web.template_debug.wasm32.wasm" diff --git a/game/bin/fallingsand/libgdfallingsand.android.template_debug.arm64.so b/game/bin/fallingsand/libgdfallingsand.android.template_debug.arm64.so deleted file mode 100644 index 7224ef9..0000000 Binary files a/game/bin/fallingsand/libgdfallingsand.android.template_debug.arm64.so and /dev/null differ diff --git a/game/bin/fallingsand/libgdfallingsand.web.template_debug.wasm32.wasm b/game/bin/fallingsand/libgdfallingsand.web.template_debug.wasm32.wasm deleted file mode 100644 index 5c6233d..0000000 Binary files a/game/bin/fallingsand/libgdfallingsand.web.template_debug.wasm32.wasm and /dev/null differ diff --git a/game/bin/fallingsand/libgdfallingsand.windows.template_debug.x86_64.dll b/game/bin/fallingsand/libgdfallingsand.windows.template_debug.x86_64.dll deleted file mode 100644 index ed656ca..0000000 Binary files a/game/bin/fallingsand/libgdfallingsand.windows.template_debug.x86_64.dll and /dev/null differ diff --git a/game/bin/fallingsand/libgdfallingsand.windows.template_debug.x86_64.exp b/game/bin/fallingsand/libgdfallingsand.windows.template_debug.x86_64.exp deleted file mode 100644 index 8e85da0..0000000 Binary files a/game/bin/fallingsand/libgdfallingsand.windows.template_debug.x86_64.exp and /dev/null differ diff --git a/game/bin/fallingsand/libgdfallingsand.windows.template_debug.x86_64.lib b/game/bin/fallingsand/libgdfallingsand.windows.template_debug.x86_64.lib deleted file mode 100644 index 3c370e5..0000000 Binary files a/game/bin/fallingsand/libgdfallingsand.windows.template_debug.x86_64.lib and /dev/null differ