diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 5fefe0f..27c14b5 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -7,7 +7,7 @@ assignees: '' --- -#### Please check for duplicates or similar issues, as well performing simple troubleshooting steps (such as deleting the export folder if it's an issue with compiling, reinstalling Kade Engine) before submitting an issue. +#### Please check for duplicates, similar issues or closed issues with the same problem, as well performing simple troubleshooting steps (such as deleting the export folder if it's an issue with compiling, reinstalling Kade Engine) before submitting an issue. ### If you are playing a downloaded version of the game, what operating system are you using? Windows (`x86`), Windows (`x86_64`), Linux, or macOS? Specify below. diff --git a/art/build-Itch-HTML-RELEASE.bat b/art/build-Itch-HTML-RELEASE.bat deleted file mode 100644 index a491bc6..0000000 --- a/art/build-Itch-HTML-RELEASE.bat +++ /dev/null @@ -1,11 +0,0 @@ -@echo off -color 0a -cd .. -@echo on -echo BUILDING GAME -lime build html5 -final -echo UPLOADING TO ITCH -butler push ./export/release/html5/bin ninja-muffin24/funkin:html5 -butler status ninja-muffin24/funkin:html5 -echo ITCH SHIT UPDATED LMAOOOOO -pause \ No newline at end of file diff --git a/art/build-Itch-HTML.bat b/art/build-Itch-HTML.bat deleted file mode 100644 index ea26ffc..0000000 --- a/art/build-Itch-HTML.bat +++ /dev/null @@ -1,11 +0,0 @@ -@echo off -color 0a -cd .. -@echo on -echo BUILDING GAME -lime build html5 -debug -echo UPLOADING TO ITCH -butler push ./export/debug/html5/bin ninja-muffin24/funkin:html5 -butler status ninja-muffin24/funkin:html5 -echo ITCH SHIT UPDATED LMAOOOOO -pause \ No newline at end of file diff --git a/art/build-Itch-WINDOWS-CLEAN.bat b/art/build-Itch-WINDOWS-CLEAN.bat deleted file mode 100644 index 6598bef..0000000 --- a/art/build-Itch-WINDOWS-CLEAN.bat +++ /dev/null @@ -1,15 +0,0 @@ -@echo off -color 0a -cd .. -@echo on -echo BUILDING GAME -lime build windows -final -clean -echo UPLOADING 64 BIT VERSION TO ITCH -butler push ./export/release/windows/bin ninja-muffin24/funkin:windows-64bit -lime build windows -final -32 -echo UPLOADING 32 BIT VERSION TO ITCH -butler push ./export/release/windows/bin ninja-muffin24/funkin:windows-32bit -butler status ninja-muffin24/funkin:windows-32bit -butler status ninja-muffin24/funkin:windows-64bit -echo ITCH SHIT UPDATED LMAOOOOO -pause \ No newline at end of file diff --git a/art/build-Itch-WINDOWS-SECRET.bat b/art/build-Itch-WINDOWS-SECRET.bat deleted file mode 100644 index c75a4e6..0000000 --- a/art/build-Itch-WINDOWS-SECRET.bat +++ /dev/null @@ -1,11 +0,0 @@ -@echo off -color 0a -cd .. -@echo on -echo BUILDING GAME -lime build windows -debug -echo UPLOADING 64 BIT VERSION TO ITCH -butler push ./export/debug/windows/bin ninja-muffin24/funkin:windows-secretBeta -butler status ninja-muffin24/funkin:windows-secretBeta -echo ITCH SHIT UPDATED LMAOOOOO -pause \ No newline at end of file diff --git a/art/build-Itch-WINDOWS.bat b/art/build-Itch-WINDOWS.bat deleted file mode 100644 index b2a0744..0000000 --- a/art/build-Itch-WINDOWS.bat +++ /dev/null @@ -1,15 +0,0 @@ -@echo off -color 0a -cd .. -@echo on -echo BUILDING GAME -lime build windows -release -echo UPLOADING 64 BIT VERSION TO ITCH -butler push ./export/release/windows/bin ninja-muffin24/funkin:windows-64bit -lime build windows -release -32 -echo UPLOADING 32 BIT VERSION TO ITCH -butler push ./export/release/windows/bin ninja-muffin24/funkin:windows-32bit -butler status ninja-muffin24/funkin:windows-32bit -butler status ninja-muffin24/funkin:windows-64bit -echo ITCH SHIT UPDATED LMAOOOOO -pause \ No newline at end of file diff --git a/art/build-NG-HTML-RELEASE.bat b/art/build-NG-HTML-RELEASE.bat deleted file mode 100644 index d58b30a..0000000 --- a/art/build-NG-HTML-RELEASE.bat +++ /dev/null @@ -1,12 +0,0 @@ -@echo off -color 0a -cd .. -@echo on -echo BUILDING GAME -lime build html5 -final -Dng -echo ZIPPING -cd export -7z a -tzip -r swag release\html5\bin -start . -start https://www.newgrounds.com/projects/games/1528775 -pause \ No newline at end of file diff --git a/art/build-lime-SWITCH.bat b/art/build-lime-SWITCH.bat deleted file mode 100644 index 33da144..0000000 --- a/art/build-lime-SWITCH.bat +++ /dev/null @@ -1,27 +0,0 @@ -@echo off -cd .. -@echo on -echo REBUILDING LIME FOR EXPORT (VERBOSE) -@echo off -color 0b -@echo on -lime rebuild windows -clean -v -@echo off -color 0a -@echo on -lime rebuild switch -clean -v -@echo off -color 0e -@echo on -lime rebuild tools -clean -v -echo HOPE AND PRAY... -@echo off -color 0a -@echo on -echo BUILDING GAME -lime build switch -final -clean -v -@echo off -color 0b -@echo on -echo NSP FILE CREATED -pause \ No newline at end of file