From: misomosi Date: Sun, 21 Jun 2026 21:52:51 +0000 (-0400) Subject: Add git LFS info and tracking X-Git-Url: http://git.misomosispi.com/?a=commitdiff_plain;ds=inline;p=miss-le-hell.git Add git LFS info and tracking --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4a4833f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.png filter=lfs diff=lfs merge=lfs -text +*.wav filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text diff --git a/.lfsconfig b/.lfsconfig new file mode 100644 index 0000000..6226e78 --- /dev/null +++ b/.lfsconfig @@ -0,0 +1,3 @@ +[lfs] + url = https://git@git-lfs.misomosispi.com/api/misomosispi/miss-le-hell + locksverify = false diff --git a/assets/binary/LiberationSerif-Regular.ttf b/assets/binary/LiberationSerif-Regular.ttf index d7622a3..b726054 100644 Binary files a/assets/binary/LiberationSerif-Regular.ttf and b/assets/binary/LiberationSerif-Regular.ttf differ diff --git a/assets/binary/atlas.png b/assets/binary/atlas.png index 882207d..c7186e4 100644 Binary files a/assets/binary/atlas.png and b/assets/binary/atlas.png differ diff --git a/assets/binary/explosion.wav b/assets/binary/explosion.wav index 4e00306..01b225e 100644 Binary files a/assets/binary/explosion.wav and b/assets/binary/explosion.wav differ diff --git a/assets/binary/missle_shot.wav b/assets/binary/missle_shot.wav index 5418f42..75ce70f 100644 Binary files a/assets/binary/missle_shot.wav and b/assets/binary/missle_shot.wav differ diff --git a/logo/hdpi/explosion.png b/logo/hdpi/explosion.png index 0b079c7..d71980a 100644 Binary files a/logo/hdpi/explosion.png and b/logo/hdpi/explosion.png differ diff --git a/logo/ldpi/explosion.png b/logo/ldpi/explosion.png index 0b079c7..d71980a 100644 Binary files a/logo/ldpi/explosion.png and b/logo/ldpi/explosion.png differ diff --git a/logo/mdpi/explosion.png b/logo/mdpi/explosion.png index 0b079c7..d71980a 100644 Binary files a/logo/mdpi/explosion.png and b/logo/mdpi/explosion.png differ diff --git a/scripts/windows/toolchain.sh b/scripts/windows/toolchain.sh index d50b859..8a88f47 100644 --- a/scripts/windows/toolchain.sh +++ b/scripts/windows/toolchain.sh @@ -2,7 +2,7 @@ # Paths for MSVC / CLANG #MSVC_VER=14.41.34120 -MSVC_TOOLS="/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools" +MSVC_TOOLS="/c/Program Files/Microsoft Visual Studio/18/Community/VC/Tools" #MSVC_CL="$MSVC_TOOLS/MSVC/$MSVC_VER/bin/HostX64/x64" MSVC_CLANG="$MSVC_TOOLS/Llvm/x64/bin/clang"