Skip to content

Commit

Permalink
Removed gdextension binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwijuice56 committed Jul 7, 2024
1 parent 3c6b3c3 commit 207afb3
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ release/*
*.o
*.obj
*.os
*.so
*.wasm
*.dll
*.exp
*.lib

# export files
*.apk
Binary file modified .sconsign.dblite
Binary file not shown.
9 changes: 1 addition & 8 deletions game/bin/fallingsand/fallingsand.gdextension
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 207afb3

Please sign in to comment.