diff --git a/build-config.sh b/build-config.sh index 06d7bbb..c760049 100644 --- a/build-config.sh +++ b/build-config.sh @@ -31,15 +31,15 @@ loveVersion="0.10.1" # Modified love executables (optional) # (The default values are where the default exe's will be extracted) -win32exe="$win32Dir/love-$loveVersion-win32/love.exe" -win64exe="$win64Dir/love-$loveVersion-win64/love.exe" +win32exe="$(pwd)/build-scripts/love.32.exe" +win64exe="$(pwd)/build-scripts/love.64.exe" # Mac icns files for package icon # (It's best to just specify the same file for both? # I don't think both are needed, but I am not very familiar with the Mac system.) -osxIconsDirectory="$osx10Dir/love.app/Contents/Resources" -osxFileIcon="GameIcon.icns" -osxBundleIcon="OS X AppIcon.icns" +osxIconsDirectory="$(pwd)/images/icons" +osxFileIcon="256x256.icns" +osxBundleIcon="256x256.icns" # Remove old packages? removeOld=true diff --git a/build-includes/ReadMe & Controls.txt b/build-includes/ReadMe & Controls.txt index c8eee5d..7bfcea1 100644 --- a/build-includes/ReadMe & Controls.txt +++ b/build-includes/ReadMe & Controls.txt @@ -5,11 +5,6 @@ Controls: - Scroll the mousewheel to cycle through the colors available. - Escape closes the window. - P will take a screenshot. +- O will open the folder where screenshots are saved. - B will toggle between black and white and color modes. - C will clear the canvas. - -Screenshots are saved in: - -- On Windows: %APPDATA%/LOVE/FADE -- On Linux: ~/.local/share/love/FADE -- On OS X: ~/.local/share/love/FADE diff --git a/build-scripts/love.32.exe b/build-scripts/love.32.exe new file mode 100644 index 0000000..f4828f1 Binary files /dev/null and b/build-scripts/love.32.exe differ diff --git a/build-scripts/love.64.exe b/build-scripts/love.64.exe new file mode 100644 index 0000000..e0bb2c0 Binary files /dev/null and b/build-scripts/love.64.exe differ diff --git a/images/icons/256x256.icns b/images/icons/256x256.icns new file mode 100644 index 0000000..4fe1fa0 Binary files /dev/null and b/images/icons/256x256.icns differ diff --git a/images/icons/256x256.ico b/images/icons/256x256.ico new file mode 100644 index 0000000..94cd3a4 Binary files /dev/null and b/images/icons/256x256.ico differ diff --git a/images/icons/256x256.png b/images/icons/256x256.png new file mode 100644 index 0000000..7c41b9a Binary files /dev/null and b/images/icons/256x256.png differ diff --git a/images/icons/256x256.xcf b/images/icons/256x256.xcf new file mode 100644 index 0000000..4b7890a Binary files /dev/null and b/images/icons/256x256.xcf differ diff --git a/images/icons/unused/128x128.ico b/images/icons/unused/128x128.ico new file mode 100644 index 0000000..07c68f6 Binary files /dev/null and b/images/icons/unused/128x128.ico differ diff --git a/images/icons/unused/128x128.xcf b/images/icons/unused/128x128.xcf new file mode 100644 index 0000000..d79c7cf Binary files /dev/null and b/images/icons/unused/128x128.xcf differ diff --git a/images/icons/unused/64x64.ico b/images/icons/unused/64x64.ico new file mode 100644 index 0000000..3736118 Binary files /dev/null and b/images/icons/unused/64x64.ico differ diff --git a/images/icons/unused/64x64.xcf b/images/icons/unused/64x64.xcf new file mode 100644 index 0000000..bcfd7ee Binary files /dev/null and b/images/icons/unused/64x64.xcf differ diff --git a/screenshots/nothing.png b/images/nothing.png similarity index 100% rename from screenshots/nothing.png rename to images/nothing.png diff --git a/screenshots/fade3.png b/images/press/Itch.io cover.png similarity index 100% rename from screenshots/fade3.png rename to images/press/Itch.io cover.png diff --git a/screenshots/fade3.xcf b/images/press/Itch.io cover.xcf similarity index 100% rename from screenshots/fade3.xcf rename to images/press/Itch.io cover.xcf diff --git a/screenshots/nothing2.png b/images/press/Itch.io image 1.png similarity index 100% rename from screenshots/nothing2.png rename to images/press/Itch.io image 1.png diff --git a/screenshots/flower.png b/images/press/Itch.io image 2.png similarity index 100% rename from screenshots/flower.png rename to images/press/Itch.io image 2.png diff --git a/screenshots/color flower.png b/images/press/Itch.io image 3.png similarity index 100% rename from screenshots/color flower.png rename to images/press/Itch.io image 3.png diff --git a/screenshots/1462340658.png b/images/screenshots/1462340658.png similarity index 100% rename from screenshots/1462340658.png rename to images/screenshots/1462340658.png diff --git a/screenshots/1462340746.png b/images/screenshots/1462340746.png similarity index 100% rename from screenshots/1462340746.png rename to images/screenshots/1462340746.png diff --git a/screenshots/1462340848.png b/images/screenshots/1462340848.png similarity index 100% rename from screenshots/1462340848.png rename to images/screenshots/1462340848.png diff --git a/screenshots/1462340889.png b/images/screenshots/1462340889.png similarity index 100% rename from screenshots/1462340889.png rename to images/screenshots/1462340889.png diff --git a/screenshots/fade.png b/images/screenshots/fade.png similarity index 100% rename from screenshots/fade.png rename to images/screenshots/fade.png diff --git a/screenshots/monster claws.png b/images/screenshots/monster claws.png similarity index 100% rename from screenshots/monster claws.png rename to images/screenshots/monster claws.png diff --git a/screenshots/fade2.png b/screenshots/fade2.png deleted file mode 100644 index 91aa776..0000000 Binary files a/screenshots/fade2.png and /dev/null differ