]> localhost Git - miss-le-hell.git/commitdiff
Add git LFS info and tracking main
authormisomosi <[email protected]>
Sun, 21 Jun 2026 21:52:51 +0000 (17:52 -0400)
committermisomosi <[email protected]>
Sun, 21 Jun 2026 21:52:51 +0000 (17:52 -0400)
.gitattributes [new file with mode: 0644]
.lfsconfig [new file with mode: 0644]
assets/binary/LiberationSerif-Regular.ttf
assets/binary/atlas.png
assets/binary/explosion.wav
assets/binary/missle_shot.wav
logo/hdpi/explosion.png
logo/ldpi/explosion.png
logo/mdpi/explosion.png
scripts/windows/toolchain.sh

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..4a4833f
--- /dev/null
@@ -0,0 +1,3 @@
+*.png filter=lfs diff=lfs merge=lfs -text\r
+*.wav filter=lfs diff=lfs merge=lfs -text\r
+*.ttf filter=lfs diff=lfs merge=lfs -text\r
diff --git a/.lfsconfig b/.lfsconfig
new file mode 100644 (file)
index 0000000..6226e78
--- /dev/null
@@ -0,0 +1,3 @@
+[lfs]
+       url = https://[email protected]/api/misomosispi/miss-le-hell
+       locksverify = false
index d7622a3b2d73171121f5a7d5bcc873d29f0062ce..b7260544ecc2491b9ca456860e89b40f6ba05ac2 100644 (file)
Binary files a/assets/binary/LiberationSerif-Regular.ttf and b/assets/binary/LiberationSerif-Regular.ttf differ
index 882207de9828944f7e8eb36ee72154ac07b2ca5e..c7186e402310af54c147c21bc4611b917c54e4ca 100644 (file)
Binary files a/assets/binary/atlas.png and b/assets/binary/atlas.png differ
index 4e003065339c1422750e58b3931bbeabb09d0be4..01b225e74cb4ca50d7eded43ce6c2f856b3e4053 100644 (file)
Binary files a/assets/binary/explosion.wav and b/assets/binary/explosion.wav differ
index 5418f422bdd77226ba9228692452af1364fcfbc3..75ce70f06e34a86b24a91fdc7aefb3a34fd92dcf 100644 (file)
Binary files a/assets/binary/missle_shot.wav and b/assets/binary/missle_shot.wav differ
index 0b079c79a5f9cf07239271204ebb55cdabe94622..d71980a6ffe89ac14827064b61c86852e007c501 100644 (file)
Binary files a/logo/hdpi/explosion.png and b/logo/hdpi/explosion.png differ
index 0b079c79a5f9cf07239271204ebb55cdabe94622..d71980a6ffe89ac14827064b61c86852e007c501 100644 (file)
Binary files a/logo/ldpi/explosion.png and b/logo/ldpi/explosion.png differ
index 0b079c79a5f9cf07239271204ebb55cdabe94622..d71980a6ffe89ac14827064b61c86852e007c501 100644 (file)
Binary files a/logo/mdpi/explosion.png and b/logo/mdpi/explosion.png differ
index d50b859aa518b941c35029085b1a2cb1c8280557..8a88f47de5a10b1fcae403f7e5b50f0cffa43297 100644 (file)
@@ -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"