It's Cow Game! Version 2.04!

This commit is contained in:
PajamaBee 2024-09-19 23:06:51 -05:00
commit a9e1ed9ddd
3148 changed files with 95332 additions and 0 deletions

View file

@ -0,0 +1,21 @@
[configuration]
entry_symbol = "godotsteam_init"
compatibility_minimum = 4.1
[libraries]
macos.debug = "osx/libgodotsteam.debug.framework"
macos.release = "osx/libgodotsteam.framework"
windows.debug.x86_64 = "win64/godotsteam.debug.x86_64.dll"
windows.debug.x86_32 = "win32/godotsteam.debug.x86_32.dll"
windows.release.x86_64 = "win64/godotsteam.x86_64.dll"
windows.release.x86_32 = "win32/godotsteam.x86_32.dll"
linux.debug.x86_64 = "linux64/libgodotsteam.debug.x86_64.so"
linux.debug.x86_32 = "linux32/libgodotsteam.debug.x86_32.so"
linux.release.x86_64 = "linux64/libgodotsteam.x86_64.so"
linux.release.x86_32 = "linux32/libgodotsteam.x86_32.so"
[dependencies]
windows.x86_64 = { "win64/steam_api64.dll": "" }
windows.x86_32 = { "win32/steam_api.dll": "" }
linux.x86_64 = { "linux64/libsteam_api.so": "" }
linux.x86_32 = { "linux32/libsteam_api.so": "" }

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.