diff --git a/.github/workflows/dev-desktop-builds.yml b/.github/workflows/dev-desktop-builds.yml
index 652bd58..aba8a92 100644
--- a/.github/workflows/dev-desktop-builds.yml
+++ b/.github/workflows/dev-desktop-builds.yml
@@ -2,13 +2,13 @@ name: "dev-desktop-builds"
on:
push:
- branches: [ master, main ]
+ branches: [master, main]
pull_request:
- branches: [ master, main ]
- paths-ignore:
- - "Translations/*"
- - "installer/*.pot"
- - "installer/po/*"
+ branches: [master, main]
+ paths-ignore:
+ - "Translations/*"
+ - "installer/*.pot"
+ - "installer/po/*"
env:
GODOT_VERSION: 3.2.3
@@ -42,10 +42,10 @@ jobs:
mv /root/.local/share/godot/templates/${GODOT_VERSION}.stable ~/.local/share/godot/templates/${GODOT_VERSION}.stable
- name: Windows Build 🔧
run: godot -v --export "Windows Desktop 64-bit" ./build/windows-64bit/$EXPORT_NAME.exe
- - name: Copy pixelorama_data folder 📁
+ - name: Copy cozypixelstudio_data folder 📁
run: |
- cp -R ./pixelorama_data ./build/windows-64bit
- rm ./build/windows-64bit/pixelorama_data/.gdignore
+ cp -R ./cozypixelstudio_data ./build/windows-64bit
+ rm ./build/windows-64bit/cozypixelstudio_data/.gdignore
- name: Upload Artifact 🚀
uses: actions/upload-artifact@v2
with:
@@ -70,12 +70,11 @@ jobs:
- name: Linux Build 🔧
run: godot -v --export "Linux/X11 64-bit" ./build/linux-64bit/$EXPORT_NAME.x86_64
- name: Give execute permission ☑️
- run:
- chmod +x ./build/linux-64bit/$EXPORT_NAME.x86_64
- - name: Copy pixelorama_data folder 📁
+ run: chmod +x ./build/linux-64bit/$EXPORT_NAME.x86_64
+ - name: Copy cozypixelstudio_data folder 📁
run: |
- cp -R ./pixelorama_data ./build/linux-64bit
- rm ./build/linux-64bit/pixelorama_data/.gdignore
+ cp -R ./cozypixelstudio_data ./build/linux-64bit
+ rm ./build/linux-64bit/cozypixelstudio_data/.gdignore
- name: Create tar.gz archive 🗜️
run: |
cd build
@@ -123,10 +122,10 @@ jobs:
rm ./build/mac/CozyPixelStudio.zip
- name: Fix application icon 🖼
run: sips -s format icns ./build/mac/CozyPixelStudio.app/Contents/Resources/icon.icns --out ./build/mac/CozyPixelStudio.app/Contents/Resources/icon.icns
- - name: Copy pixelorama_data folder 📁
+ - name: Copy cozypixelstudio_data folder 📁
run: |
- cp -R ./pixelorama_data ./build/mac/CozyPixelStudio.app/Contents/MacOS
- rm ./build/mac/CozyPixelStudio.app/Contents/MacOS/pixelorama_data/.gdignore
+ cp -R ./cozypixelstudio_data ./build/mac/CozyPixelStudio.app/Contents/MacOS
+ rm ./build/mac/CozyPixelStudio.app/Contents/MacOS/cozypixelstudio_data/.gdignore
- name: Create DMG archive 🔧
run: hdiutil create -size 70m -srcfolder ./build/mac -volname CozyPixelStudio ./build/mac/CozyPixelStudio.dmg
- name: Upload Artifact 🚀
diff --git a/README.md b/README.md
index a8706cb..0eb52e7 100644
--- a/README.md
+++ b/README.md
@@ -2,20 +2,18 @@
[](https://www.youtube.com/watch?v=NLb0TNxZ27E&list=PLVEP1Zz6BUpBiQC0CB6eNBhhLF4tEwBB-&index=10)
-
-
- - Pixelorama made by Orama Interactive
- - Cozy Pixel Studio made by Tony Bark
- - Splash screen art by Wishdream
-
-
-
-Cozy Pixel Studio is a derivative of Pixelorama meant to study programming and designing interfaces in Godot. **These builds are not meant for production use**.
+Cozy Pixel Studio is a pixel art editor derived from Pixelorama. It's a hobby project meant to study programming and designing interfaces in Godot. **Cozy Pixel Studio is not meant for production use**, but I appreciate anyone willing to test my builds and give feedback. All settings and customizations are independent of Pixelorama to avoid any future incompatibles.
## Documentation
You can find Online Documentation for Pixelorama here: https://orama-interactive.github.io/Pixelorama-Docs
+## Authors
+
+- Pixelorama made by Orama Interactive
+- Cozy Pixel Studio made by Tony Bark
+- Splash screen art by Wishdream
+
## Special thanks to
- The [Pixelorama](https://github.com/Orama-Interactive/Pixelorama) team for creating a pixel art editor in Godot!
diff --git a/pixelorama_data/.gdignore b/cozypixelstudio_data/.gdignore
similarity index 100%
rename from pixelorama_data/.gdignore
rename to cozypixelstudio_data/.gdignore
diff --git a/pixelorama_data/Brushes/Godot.png b/cozypixelstudio_data/Brushes/Godot.png
similarity index 100%
rename from pixelorama_data/Brushes/Godot.png
rename to cozypixelstudio_data/Brushes/Godot.png
diff --git a/pixelorama_data/Brushes/Grass/~Grass1.png b/cozypixelstudio_data/Brushes/Grass/~Grass1.png
similarity index 100%
rename from pixelorama_data/Brushes/Grass/~Grass1.png
rename to cozypixelstudio_data/Brushes/Grass/~Grass1.png
diff --git a/pixelorama_data/Brushes/Grass/~Grass2.png b/cozypixelstudio_data/Brushes/Grass/~Grass2.png
similarity index 100%
rename from pixelorama_data/Brushes/Grass/~Grass2.png
rename to cozypixelstudio_data/Brushes/Grass/~Grass2.png
diff --git a/pixelorama_data/Brushes/Grass/~Grass3.png b/cozypixelstudio_data/Brushes/Grass/~Grass3.png
similarity index 100%
rename from pixelorama_data/Brushes/Grass/~Grass3.png
rename to cozypixelstudio_data/Brushes/Grass/~Grass3.png
diff --git a/pixelorama_data/Brushes/Grass/~Grass4.png b/cozypixelstudio_data/Brushes/Grass/~Grass4.png
similarity index 100%
rename from pixelorama_data/Brushes/Grass/~Grass4.png
rename to cozypixelstudio_data/Brushes/Grass/~Grass4.png
diff --git a/pixelorama_data/Brushes/Grass/~Grass5.png b/cozypixelstudio_data/Brushes/Grass/~Grass5.png
similarity index 100%
rename from pixelorama_data/Brushes/Grass/~Grass5.png
rename to cozypixelstudio_data/Brushes/Grass/~Grass5.png
diff --git a/pixelorama_data/Brushes/Pixelorama.png b/cozypixelstudio_data/Brushes/Pixelorama.png
similarity index 100%
rename from pixelorama_data/Brushes/Pixelorama.png
rename to cozypixelstudio_data/Brushes/Pixelorama.png
diff --git a/pixelorama_data/Brushes/Snow.png b/cozypixelstudio_data/Brushes/Snow.png
similarity index 100%
rename from pixelorama_data/Brushes/Snow.png
rename to cozypixelstudio_data/Brushes/Snow.png
diff --git a/pixelorama_data/Brushes/Star/~star1.png b/cozypixelstudio_data/Brushes/Star/~star1.png
similarity index 100%
rename from pixelorama_data/Brushes/Star/~star1.png
rename to cozypixelstudio_data/Brushes/Star/~star1.png
diff --git a/pixelorama_data/Brushes/Star/~star2.png b/cozypixelstudio_data/Brushes/Star/~star2.png
similarity index 100%
rename from pixelorama_data/Brushes/Star/~star2.png
rename to cozypixelstudio_data/Brushes/Star/~star2.png
diff --git a/pixelorama_data/Brushes/Star/~star3.png b/cozypixelstudio_data/Brushes/Star/~star3.png
similarity index 100%
rename from pixelorama_data/Brushes/Star/~star3.png
rename to cozypixelstudio_data/Brushes/Star/~star3.png
diff --git a/pixelorama_data/Brushes/Star/~star4.png b/cozypixelstudio_data/Brushes/Star/~star4.png
similarity index 100%
rename from pixelorama_data/Brushes/Star/~star4.png
rename to cozypixelstudio_data/Brushes/Star/~star4.png
diff --git a/pixelorama_data/Brushes/Star/~star5.png b/cozypixelstudio_data/Brushes/Star/~star5.png
similarity index 100%
rename from pixelorama_data/Brushes/Star/~star5.png
rename to cozypixelstudio_data/Brushes/Star/~star5.png
diff --git a/pixelorama_data/Brushes/Star/~star6.png b/cozypixelstudio_data/Brushes/Star/~star6.png
similarity index 100%
rename from pixelorama_data/Brushes/Star/~star6.png
rename to cozypixelstudio_data/Brushes/Star/~star6.png
diff --git a/pixelorama_data/Brushes/circle_blended.png b/cozypixelstudio_data/Brushes/circle_blended.png
similarity index 100%
rename from pixelorama_data/Brushes/circle_blended.png
rename to cozypixelstudio_data/Brushes/circle_blended.png
diff --git a/pixelorama_data/Brushes/hline_3x3.png b/cozypixelstudio_data/Brushes/hline_3x3.png
similarity index 100%
rename from pixelorama_data/Brushes/hline_3x3.png
rename to cozypixelstudio_data/Brushes/hline_3x3.png
diff --git a/pixelorama_data/Brushes/pixelorama_eye.png b/cozypixelstudio_data/Brushes/pixelorama_eye.png
similarity index 100%
rename from pixelorama_data/Brushes/pixelorama_eye.png
rename to cozypixelstudio_data/Brushes/pixelorama_eye.png
diff --git a/pixelorama_data/Brushes/vline_3x3.png b/cozypixelstudio_data/Brushes/vline_3x3.png
similarity index 100%
rename from pixelorama_data/Brushes/vline_3x3.png
rename to cozypixelstudio_data/Brushes/vline_3x3.png
diff --git a/cozypixelstudio_data/Palettes/Complementary.json b/cozypixelstudio_data/Palettes/Complementary.json
new file mode 100644
index 0000000..f1e9d30
--- /dev/null
+++ b/cozypixelstudio_data/Palettes/Complementary.json
@@ -0,0 +1,107 @@
+{
+ "name": "Complementary",
+ "comments": "By Erevos",
+ "colors": [
+ {
+ "data": "ffb35102",
+ "name": "no name"
+ },
+ {
+ "data": "ffff9945",
+ "name": "no name"
+ },
+ {
+ "data": "ffff7100",
+ "name": "no name"
+ },
+ {
+ "data": "ff0099b3",
+ "name": "no name"
+ },
+ {
+ "data": "ff00daff",
+ "name": "no name"
+ },
+ {
+ "data": "ffb30202",
+ "name": "no name"
+ },
+ {
+ "data": "ffff4545",
+ "name": "no name"
+ },
+ {
+ "data": "ffff0201",
+ "name": "no name"
+ },
+ {
+ "data": "ff00b333",
+ "name": "no name"
+ },
+ {
+ "data": "ff00ff48",
+ "name": "no name"
+ },
+ {
+ "data": "ff8002b3",
+ "name": "no name"
+ },
+ {
+ "data": "ffca45ff",
+ "name": "no name"
+ },
+ {
+ "data": "ffb400fe",
+ "name": "no name"
+ },
+ {
+ "data": "ff7fb300",
+ "name": "no name"
+ },
+ {
+ "data": "ffb5ff00",
+ "name": "no name"
+ },
+ {
+ "data": "ff0211b3",
+ "name": "no name"
+ },
+ {
+ "data": "ff4554ff",
+ "name": "no name"
+ },
+ {
+ "data": "ff0116ff",
+ "name": "no name"
+ },
+ {
+ "data": "ffb38c00",
+ "name": "no name"
+ },
+ {
+ "data": "ffffc900",
+ "name": "no name"
+ },
+ {
+ "data": "ff029eb3",
+ "name": "no name"
+ },
+ {
+ "data": "ff7af0ff",
+ "name": "no name"
+ },
+ {
+ "data": "ff00e1ff",
+ "name": "no name"
+ },
+ {
+ "data": "ffb34d00",
+ "name": "no name"
+ },
+ {
+ "data": "ffff6f00",
+ "name": "no name"
+ }
+ ],
+ "editable": true
+}
\ No newline at end of file
diff --git a/cozypixelstudio_data/Palettes/Default.json b/cozypixelstudio_data/Palettes/Default.json
new file mode 100644
index 0000000..045b2c3
--- /dev/null
+++ b/cozypixelstudio_data/Palettes/Default.json
@@ -0,0 +1,135 @@
+{
+ "name": "Default",
+ "comments": "",
+ "colors": [
+ {
+ "data": "ff000000",
+ "name": "no name"
+ },
+ {
+ "data": "ff222034",
+ "name": "no name"
+ },
+ {
+ "data": "ff45283c",
+ "name": "no name"
+ },
+ {
+ "data": "ff663931",
+ "name": "no name"
+ },
+ {
+ "data": "ff8f563b",
+ "name": "no name"
+ },
+ {
+ "data": "ffdf7126",
+ "name": "no name"
+ },
+ {
+ "data": "ffd9a066",
+ "name": "no name"
+ },
+ {
+ "data": "ffeec39a",
+ "name": "no name"
+ },
+ {
+ "data": "fffbf236",
+ "name": "no name"
+ },
+ {
+ "data": "ff99e550",
+ "name": "no name"
+ },
+ {
+ "data": "ff6abe30",
+ "name": "no name"
+ },
+ {
+ "data": "ff37946e",
+ "name": "no name"
+ },
+ {
+ "data": "ff4b692f",
+ "name": "no name"
+ },
+ {
+ "data": "ff524b24",
+ "name": "no name"
+ },
+ {
+ "data": "ff323c39",
+ "name": "no name"
+ },
+ {
+ "data": "ff3f3f74",
+ "name": "no name"
+ },
+ {
+ "data": "ff306082",
+ "name": "no name"
+ },
+ {
+ "data": "ff5b6ee1",
+ "name": "no name"
+ },
+ {
+ "data": "ff639bff",
+ "name": "no name"
+ },
+ {
+ "data": "ff5fcde4",
+ "name": "no name"
+ },
+ {
+ "data": "ffcbdbfc",
+ "name": "no name"
+ },
+ {
+ "data": "ffffffff",
+ "name": "no name"
+ },
+ {
+ "data": "ff9badb7",
+ "name": "no name"
+ },
+ {
+ "data": "ff847e87",
+ "name": "no name"
+ },
+ {
+ "data": "ff696a6a",
+ "name": "no name"
+ },
+ {
+ "data": "ff595652",
+ "name": "no name"
+ },
+ {
+ "data": "ff76428a",
+ "name": "no name"
+ },
+ {
+ "data": "ffac3232",
+ "name": "no name"
+ },
+ {
+ "data": "ffd95763",
+ "name": "no name"
+ },
+ {
+ "data": "ffd77bba",
+ "name": "no name"
+ },
+ {
+ "data": "ff8f974a",
+ "name": "no name"
+ },
+ {
+ "data": "ff8a6f30",
+ "name": "no name"
+ }
+ ],
+ "editable": true
+}
\ No newline at end of file
diff --git a/cozypixelstudio_data/Palettes/GBStudio.json b/cozypixelstudio_data/Palettes/GBStudio.json
new file mode 100644
index 0000000..1a89a73
--- /dev/null
+++ b/cozypixelstudio_data/Palettes/GBStudio.json
@@ -0,0 +1,26 @@
+{
+ "name": "GB Studio",
+ "comments": "By Tony Bark",
+ "colors": [
+ {
+ "data": "ff071821",
+ "name": "no name"
+ },
+ {
+ "data": "ff86c06c",
+ "name": "no name"
+ },
+ {
+ "data": "ffe0f8cf",
+ "name": "no name"
+ },
+ {
+ "data": "ff65ff00",
+ "name": "no name"
+ },
+ {
+ "data": "ff306850",
+ "name": "no name"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/cozypixelstudio_data/Palettes/Monochromatic.json b/cozypixelstudio_data/Palettes/Monochromatic.json
new file mode 100644
index 0000000..3581ca7
--- /dev/null
+++ b/cozypixelstudio_data/Palettes/Monochromatic.json
@@ -0,0 +1,167 @@
+{
+ "name": "Monochromatic",
+ "comments": "By Erevos",
+ "colors": [
+ {
+ "data": "ff323880",
+ "name": "no name"
+ },
+ {
+ "data": "ffb0b7ff",
+ "name": "no name"
+ },
+ {
+ "data": "ff636fff",
+ "name": "no name"
+ },
+ {
+ "data": "ff4d5182",
+ "name": "no name"
+ },
+ {
+ "data": "ff505acc",
+ "name": "no name"
+ },
+ {
+ "data": "ff347685",
+ "name": "no name"
+ },
+ {
+ "data": "ffb0f1ff",
+ "name": "no name"
+ },
+ {
+ "data": "ff63e2ff",
+ "name": "no name"
+ },
+ {
+ "data": "ff487985",
+ "name": "no name"
+ },
+ {
+ "data": "ff50b5cc",
+ "name": "no name"
+ },
+ {
+ "data": "ff40852c",
+ "name": "no name"
+ },
+ {
+ "data": "ffadff94",
+ "name": "no name"
+ },
+ {
+ "data": "ff7cff54",
+ "name": "no name"
+ },
+ {
+ "data": "ff228a03",
+ "name": "no name"
+ },
+ {
+ "data": "ff64cc43",
+ "name": "no name"
+ },
+ {
+ "data": "ff857f1c",
+ "name": "no name"
+ },
+ {
+ "data": "fffffba8",
+ "name": "no name"
+ },
+ {
+ "data": "fffff536",
+ "name": "no name"
+ },
+ {
+ "data": "ff8a863b",
+ "name": "no name"
+ },
+ {
+ "data": "ffccc32b",
+ "name": "no name"
+ },
+ {
+ "data": "ff854d15",
+ "name": "no name"
+ },
+ {
+ "data": "ffffcd9c",
+ "name": "no name"
+ },
+ {
+ "data": "ffff9429",
+ "name": "no name"
+ },
+ {
+ "data": "ff8a5f34",
+ "name": "no name"
+ },
+ {
+ "data": "ffcc7520",
+ "name": "no name"
+ },
+ {
+ "data": "ff57100a",
+ "name": "no name"
+ },
+ {
+ "data": "ffeb2d1c",
+ "name": "no name"
+ },
+ {
+ "data": "ffd12617",
+ "name": "no name"
+ },
+ {
+ "data": "ff5c120b",
+ "name": "no name"
+ },
+ {
+ "data": "ff9e1d11",
+ "name": "no name"
+ },
+ {
+ "data": "ff521157",
+ "name": "no name"
+ },
+ {
+ "data": "ffde31eb",
+ "name": "no name"
+ },
+ {
+ "data": "ffc62ad1",
+ "name": "no name"
+ },
+ {
+ "data": "ff57135c",
+ "name": "no name"
+ },
+ {
+ "data": "ff96209e",
+ "name": "no name"
+ },
+ {
+ "data": "ff141414",
+ "name": "no name"
+ },
+ {
+ "data": "ffababab",
+ "name": "no name"
+ },
+ {
+ "data": "ff6e6e6e",
+ "name": "no name"
+ },
+ {
+ "data": "ff2d2d2d",
+ "name": "no name"
+ },
+ {
+ "data": "ff616161",
+ "name": "no name"
+ }
+ ],
+ "editable": true
+}
\ No newline at end of file
diff --git a/cozypixelstudio_data/Palettes/Shades.json b/cozypixelstudio_data/Palettes/Shades.json
new file mode 100644
index 0000000..3e07f62
--- /dev/null
+++ b/cozypixelstudio_data/Palettes/Shades.json
@@ -0,0 +1,147 @@
+{
+ "name": "Shades",
+ "comments": "By Erevos",
+ "colors": [
+ {
+ "data": "ffc25400",
+ "name": "no name"
+ },
+ {
+ "data": "ff803900",
+ "name": "no name"
+ },
+ {
+ "data": "ffff7300",
+ "name": "no name"
+ },
+ {
+ "data": "ff401d00",
+ "name": "no name"
+ },
+ {
+ "data": "ffe66700",
+ "name": "no name"
+ },
+ {
+ "data": "ffc20000",
+ "name": "no name"
+ },
+ {
+ "data": "ff800000",
+ "name": "no name"
+ },
+ {
+ "data": "ffff0000",
+ "name": "no name"
+ },
+ {
+ "data": "ff400000",
+ "name": "no name"
+ },
+ {
+ "data": "ffe60101",
+ "name": "no name"
+ },
+ {
+ "data": "ff8800c2",
+ "name": "no name"
+ },
+ {
+ "data": "ff590080",
+ "name": "no name"
+ },
+ {
+ "data": "ffb300ff",
+ "name": "no name"
+ },
+ {
+ "data": "ff2d0040",
+ "name": "no name"
+ },
+ {
+ "data": "ffa200e5",
+ "name": "no name"
+ },
+ {
+ "data": "ff0010c2",
+ "name": "no name"
+ },
+ {
+ "data": "ff000b80",
+ "name": "no name"
+ },
+ {
+ "data": "ff0015ff",
+ "name": "no name"
+ },
+ {
+ "data": "ff000540",
+ "name": "no name"
+ },
+ {
+ "data": "ff0114e6",
+ "name": "no name"
+ },
+ {
+ "data": "ff00abc2",
+ "name": "no name"
+ },
+ {
+ "data": "ff007180",
+ "name": "no name"
+ },
+ {
+ "data": "ff00e1ff",
+ "name": "no name"
+ },
+ {
+ "data": "ff003840",
+ "name": "no name"
+ },
+ {
+ "data": "ff00cbe6",
+ "name": "no name"
+ },
+ {
+ "data": "ff00c237",
+ "name": "no name"
+ },
+ {
+ "data": "ff008024",
+ "name": "no name"
+ },
+ {
+ "data": "ff00ff48",
+ "name": "no name"
+ },
+ {
+ "data": "ff004012",
+ "name": "no name"
+ },
+ {
+ "data": "ff00e641",
+ "name": "no name"
+ },
+ {
+ "data": "ffb8c200",
+ "name": "no name"
+ },
+ {
+ "data": "ff798000",
+ "name": "no name"
+ },
+ {
+ "data": "fff2ff00",
+ "name": "no name"
+ },
+ {
+ "data": "ff3d4000",
+ "name": "no name"
+ },
+ {
+ "data": "ffdce600",
+ "name": "no name"
+ }
+ ],
+ "editable": true
+}
\ No newline at end of file
diff --git a/cozypixelstudio_data/Palettes/Triad.json b/cozypixelstudio_data/Palettes/Triad.json
new file mode 100644
index 0000000..c4ddc63
--- /dev/null
+++ b/cozypixelstudio_data/Palettes/Triad.json
@@ -0,0 +1,107 @@
+{
+ "name": "Triad",
+ "comments": "By Erevos",
+ "colors": [
+ {
+ "data": "ff852c32",
+ "name": "no name"
+ },
+ {
+ "data": "ffcc646b",
+ "name": "no name"
+ },
+ {
+ "data": "ffe3df66",
+ "name": "no name"
+ },
+ {
+ "data": "ff3c7899",
+ "name": "no name"
+ },
+ {
+ "data": "ff386680",
+ "name": "no name"
+ },
+ {
+ "data": "ff141a85",
+ "name": "no name"
+ },
+ {
+ "data": "ff353cd1",
+ "name": "no name"
+ },
+ {
+ "data": "ffe66930",
+ "name": "no name"
+ },
+ {
+ "data": "ff409e18",
+ "name": "no name"
+ },
+ {
+ "data": "ff3a851b",
+ "name": "no name"
+ },
+ {
+ "data": "ff8a0500",
+ "name": "no name"
+ },
+ {
+ "data": "ffd10600",
+ "name": "no name"
+ },
+ {
+ "data": "ffdee609",
+ "name": "no name"
+ },
+ {
+ "data": "ff105f9e",
+ "name": "no name"
+ },
+ {
+ "data": "ff074c85",
+ "name": "no name"
+ },
+ {
+ "data": "ff84168a",
+ "name": "no name"
+ },
+ {
+ "data": "ffc942d1",
+ "name": "no name"
+ },
+ {
+ "data": "ffe6bf40",
+ "name": "no name"
+ },
+ {
+ "data": "ff239e85",
+ "name": "no name"
+ },
+ {
+ "data": "ff248571",
+ "name": "no name"
+ },
+ {
+ "data": "ff1e8a1a",
+ "name": "no name"
+ },
+ {
+ "data": "ff4fd14a",
+ "name": "no name"
+ },
+ {
+ "data": "ff6047e6",
+ "name": "no name"
+ },
+ {
+ "data": "ff9e5a28",
+ "name": "no name"
+ },
+ {
+ "data": "ff854f28",
+ "name": "no name"
+ }
+ ],
+ "editable": true
+}
\ No newline at end of file
diff --git a/cozypixelstudio_data/Palettes/bubblegum16.json b/cozypixelstudio_data/Palettes/bubblegum16.json
new file mode 100644
index 0000000..6df11f9
--- /dev/null
+++ b/cozypixelstudio_data/Palettes/bubblegum16.json
@@ -0,0 +1,71 @@
+{
+ "name": "BubbleGum16",
+ "comments": "by PineTreePizza - https://twitter.com/PineTreePizza",
+ "colors": [
+ {
+ "data": "ff000000",
+ "name": "no name"
+ },
+ {
+ "data": "ff7f0622",
+ "name": "no name"
+ },
+ {
+ "data": "ffd62411",
+ "name": "no name"
+ },
+ {
+ "data": "ffff8426",
+ "name": "no name"
+ },
+ {
+ "data": "ffffd100",
+ "name": "no name"
+ },
+ {
+ "data": "fffafdff",
+ "name": "no name"
+ },
+ {
+ "data": "ffff80a4",
+ "name": "no name"
+ },
+ {
+ "data": "ffff2674",
+ "name": "no name"
+ },
+ {
+ "data": "ff94216a",
+ "name": "no name"
+ },
+ {
+ "data": "ff430067",
+ "name": "no name"
+ },
+ {
+ "data": "ff234975",
+ "name": "no name"
+ },
+ {
+ "data": "ff68aed4",
+ "name": "no name"
+ },
+ {
+ "data": "ffbfff3c",
+ "name": "no name"
+ },
+ {
+ "data": "ff10d275",
+ "name": "no name"
+ },
+ {
+ "data": "ff007899",
+ "name": "no name"
+ },
+ {
+ "data": "ff002859",
+ "name": "no name"
+ }
+ ],
+ "editable": true
+}
\ No newline at end of file
diff --git a/pixelorama_data/Patterns/Brick.png b/cozypixelstudio_data/Patterns/Brick.png
similarity index 100%
rename from pixelorama_data/Patterns/Brick.png
rename to cozypixelstudio_data/Patterns/Brick.png
diff --git a/pixelorama_data/Patterns/Gravel.png b/cozypixelstudio_data/Patterns/Gravel.png
similarity index 100%
rename from pixelorama_data/Patterns/Gravel.png
rename to cozypixelstudio_data/Patterns/Gravel.png
diff --git a/pixelorama_data/Patterns/Ground_leaves.png b/cozypixelstudio_data/Patterns/Ground_leaves.png
similarity index 100%
rename from pixelorama_data/Patterns/Ground_leaves.png
rename to cozypixelstudio_data/Patterns/Ground_leaves.png
diff --git a/pixelorama_data/Patterns/Light_Blue_Texture.png b/cozypixelstudio_data/Patterns/Light_Blue_Texture.png
similarity index 100%
rename from pixelorama_data/Patterns/Light_Blue_Texture.png
rename to cozypixelstudio_data/Patterns/Light_Blue_Texture.png
diff --git a/pixelorama_data/Patterns/Metro_tile.png b/cozypixelstudio_data/Patterns/Metro_tile.png
similarity index 100%
rename from pixelorama_data/Patterns/Metro_tile.png
rename to cozypixelstudio_data/Patterns/Metro_tile.png
diff --git a/pixelorama_data/Patterns/Purple_Texture.png b/cozypixelstudio_data/Patterns/Purple_Texture.png
similarity index 100%
rename from pixelorama_data/Patterns/Purple_Texture.png
rename to cozypixelstudio_data/Patterns/Purple_Texture.png
diff --git a/pixelorama_data/Patterns/White_Marble.png b/cozypixelstudio_data/Patterns/White_Marble.png
similarity index 100%
rename from pixelorama_data/Patterns/White_Marble.png
rename to cozypixelstudio_data/Patterns/White_Marble.png
diff --git a/pixelorama_data/Patterns/Wooden_planks_1.png b/cozypixelstudio_data/Patterns/Wooden_planks_1.png
similarity index 100%
rename from pixelorama_data/Patterns/Wooden_planks_1.png
rename to cozypixelstudio_data/Patterns/Wooden_planks_1.png
diff --git a/pixelorama_data/Patterns/Yellow_Marble.png b/cozypixelstudio_data/Patterns/Yellow_Marble.png
similarity index 100%
rename from pixelorama_data/Patterns/Yellow_Marble.png
rename to cozypixelstudio_data/Patterns/Yellow_Marble.png
diff --git a/pixelorama_data/Patterns/small_stonebricks.png b/cozypixelstudio_data/Patterns/small_stonebricks.png
similarity index 100%
rename from pixelorama_data/Patterns/small_stonebricks.png
rename to cozypixelstudio_data/Patterns/small_stonebricks.png
diff --git a/pixelorama_data/Patterns/wooden_planks_2.png b/cozypixelstudio_data/Patterns/wooden_planks_2.png
similarity index 100%
rename from pixelorama_data/Patterns/wooden_planks_2.png
rename to cozypixelstudio_data/Patterns/wooden_planks_2.png
diff --git a/export_presets.cfg b/export_presets.cfg
index 4b57d96..d150a7d 100644
--- a/export_presets.cfg
+++ b/export_presets.cfg
@@ -33,12 +33,12 @@ codesign/digest_algorithm=1
codesign/description=""
codesign/custom_options=PoolStringArray( )
application/icon="res://assets/graphics/icons/icon.ico"
-application/file_version="0.8.2"
-application/product_version="0.8.2"
+application/file_version="0.1.0"
+application/product_version="0.1.0"
application/company_name="Orama Interactive"
-application/product_name="Pixelorama"
-application/file_description="Pixelorama - Your free & open-source sprite editor"
-application/copyright="Orama Interactive 2020"
+application/product_name="CozyPixelStudio"
+application/file_description="Cozy Pixel Studio - Your free & open-source sprite editor"
+application/copyright="Tony Bark 2021"
application/trademarks=""
[preset.1]
@@ -85,14 +85,14 @@ script_encryption_key=""
custom_template/debug=""
custom_template/release=""
-application/name="Pixelorama"
-application/info="Pixelorama - Your free and open-source sprite editor"
+application/name="CozyPixelStudio"
+application/info="Cozy Pixel Studio - Your free & open-source sprite editor"
application/icon="res://assets/graphics/icons/icon.icns"
-application/identifier="com.orama_interactive.pixelorama"
+application/identifier="com.tonybark.cozypixelstudio"
application/signature=""
-application/short_version="0.8.2"
-application/version="0.8.2"
-application/copyright="Orama Interactive 2020"
+application/short_version="0.1.0"
+application/version="0.1.0"
+application/copyright="Tony Bark 2021"
display/high_res=false
privacy/camera_usage_description=""
privacy/microphone_usage_description=""
@@ -158,12 +158,12 @@ codesign/digest_algorithm=1
codesign/description=""
codesign/custom_options=PoolStringArray( )
application/icon="res://assets/graphics/icons/icon.ico"
-application/file_version="0.8.2"
-application/product_version="0.8.2"
+application/file_version="0.1.0"
+application/product_version="0.1.0"
application/company_name="Orama Interactive"
-application/product_name="Pixelorama"
-application/file_description="Pixelorama - Your free & open-source sprite editor"
-application/copyright="Orama Interactive 2020"
+application/product_name="CozyPixelStudio"
+application/file_description="Cozy Pixel Studio - Your free & open-source sprite editor"
+application/copyright="Tony Bark 2021"
application/trademarks=""
[preset.5]
diff --git a/pixelorama_data/Palettes/Complementary.json b/pixelorama_data/Palettes/Complementary.json
deleted file mode 100644
index c94e429..0000000
--- a/pixelorama_data/Palettes/Complementary.json
+++ /dev/null
@@ -1,107 +0,0 @@
-{
- "name": "Complementary",
- "comments": "By Erevos",
- "colors": [
- {
- "data": "ffb35102",
- "name": "no name"
- },
- {
- "data": "ffff9945",
- "name": "no name"
- },
- {
- "data": "ffff7100",
- "name": "no name"
- },
- {
- "data": "ff0099b3",
- "name": "no name"
- },
- {
- "data": "ff00daff",
- "name": "no name"
- },
- {
- "data": "ffb30202",
- "name": "no name"
- },
- {
- "data": "ffff4545",
- "name": "no name"
- },
- {
- "data": "ffff0201",
- "name": "no name"
- },
- {
- "data": "ff00b333",
- "name": "no name"
- },
- {
- "data": "ff00ff48",
- "name": "no name"
- },
- {
- "data": "ff8002b3",
- "name": "no name"
- },
- {
- "data": "ffca45ff",
- "name": "no name"
- },
- {
- "data": "ffb400fe",
- "name": "no name"
- },
- {
- "data": "ff7fb300",
- "name": "no name"
- },
- {
- "data": "ffb5ff00",
- "name": "no name"
- },
- {
- "data": "ff0211b3",
- "name": "no name"
- },
- {
- "data": "ff4554ff",
- "name": "no name"
- },
- {
- "data": "ff0116ff",
- "name": "no name"
- },
- {
- "data": "ffb38c00",
- "name": "no name"
- },
- {
- "data": "ffffc900",
- "name": "no name"
- },
- {
- "data": "ff029eb3",
- "name": "no name"
- },
- {
- "data": "ff7af0ff",
- "name": "no name"
- },
- {
- "data": "ff00e1ff",
- "name": "no name"
- },
- {
- "data": "ffb34d00",
- "name": "no name"
- },
- {
- "data": "ffff6f00",
- "name": "no name"
- }
- ],
- "editable": true
-}
\ No newline at end of file
diff --git a/pixelorama_data/Palettes/Default.json b/pixelorama_data/Palettes/Default.json
deleted file mode 100644
index a527cf4..0000000
--- a/pixelorama_data/Palettes/Default.json
+++ /dev/null
@@ -1,135 +0,0 @@
-{
- "name": "Default",
- "comments": "",
- "colors": [
- {
- "data": "ff000000",
- "name": "no name"
- },
- {
- "data": "ff222034",
- "name": "no name"
- },
- {
- "data": "ff45283c",
- "name": "no name"
- },
- {
- "data": "ff663931",
- "name": "no name"
- },
- {
- "data": "ff8f563b",
- "name": "no name"
- },
- {
- "data": "ffdf7126",
- "name": "no name"
- },
- {
- "data": "ffd9a066",
- "name": "no name"
- },
- {
- "data": "ffeec39a",
- "name": "no name"
- },
- {
- "data": "fffbf236",
- "name": "no name"
- },
- {
- "data": "ff99e550",
- "name": "no name"
- },
- {
- "data": "ff6abe30",
- "name": "no name"
- },
- {
- "data": "ff37946e",
- "name": "no name"
- },
- {
- "data": "ff4b692f",
- "name": "no name"
- },
- {
- "data": "ff524b24",
- "name": "no name"
- },
- {
- "data": "ff323c39",
- "name": "no name"
- },
- {
- "data": "ff3f3f74",
- "name": "no name"
- },
- {
- "data": "ff306082",
- "name": "no name"
- },
- {
- "data": "ff5b6ee1",
- "name": "no name"
- },
- {
- "data": "ff639bff",
- "name": "no name"
- },
- {
- "data": "ff5fcde4",
- "name": "no name"
- },
- {
- "data": "ffcbdbfc",
- "name": "no name"
- },
- {
- "data": "ffffffff",
- "name": "no name"
- },
- {
- "data": "ff9badb7",
- "name": "no name"
- },
- {
- "data": "ff847e87",
- "name": "no name"
- },
- {
- "data": "ff696a6a",
- "name": "no name"
- },
- {
- "data": "ff595652",
- "name": "no name"
- },
- {
- "data": "ff76428a",
- "name": "no name"
- },
- {
- "data": "ffac3232",
- "name": "no name"
- },
- {
- "data": "ffd95763",
- "name": "no name"
- },
- {
- "data": "ffd77bba",
- "name": "no name"
- },
- {
- "data": "ff8f974a",
- "name": "no name"
- },
- {
- "data": "ff8a6f30",
- "name": "no name"
- }
- ],
- "editable": true
-}
\ No newline at end of file
diff --git a/pixelorama_data/Palettes/Monochromatic.json b/pixelorama_data/Palettes/Monochromatic.json
deleted file mode 100644
index fe0f6a2..0000000
--- a/pixelorama_data/Palettes/Monochromatic.json
+++ /dev/null
@@ -1,167 +0,0 @@
-{
- "name": "Monochromatic",
- "comments": "By Erevos",
- "colors": [
- {
- "data": "ff323880",
- "name": "no name"
- },
- {
- "data": "ffb0b7ff",
- "name": "no name"
- },
- {
- "data": "ff636fff",
- "name": "no name"
- },
- {
- "data": "ff4d5182",
- "name": "no name"
- },
- {
- "data": "ff505acc",
- "name": "no name"
- },
- {
- "data": "ff347685",
- "name": "no name"
- },
- {
- "data": "ffb0f1ff",
- "name": "no name"
- },
- {
- "data": "ff63e2ff",
- "name": "no name"
- },
- {
- "data": "ff487985",
- "name": "no name"
- },
- {
- "data": "ff50b5cc",
- "name": "no name"
- },
- {
- "data": "ff40852c",
- "name": "no name"
- },
- {
- "data": "ffadff94",
- "name": "no name"
- },
- {
- "data": "ff7cff54",
- "name": "no name"
- },
- {
- "data": "ff228a03",
- "name": "no name"
- },
- {
- "data": "ff64cc43",
- "name": "no name"
- },
- {
- "data": "ff857f1c",
- "name": "no name"
- },
- {
- "data": "fffffba8",
- "name": "no name"
- },
- {
- "data": "fffff536",
- "name": "no name"
- },
- {
- "data": "ff8a863b",
- "name": "no name"
- },
- {
- "data": "ffccc32b",
- "name": "no name"
- },
- {
- "data": "ff854d15",
- "name": "no name"
- },
- {
- "data": "ffffcd9c",
- "name": "no name"
- },
- {
- "data": "ffff9429",
- "name": "no name"
- },
- {
- "data": "ff8a5f34",
- "name": "no name"
- },
- {
- "data": "ffcc7520",
- "name": "no name"
- },
- {
- "data": "ff57100a",
- "name": "no name"
- },
- {
- "data": "ffeb2d1c",
- "name": "no name"
- },
- {
- "data": "ffd12617",
- "name": "no name"
- },
- {
- "data": "ff5c120b",
- "name": "no name"
- },
- {
- "data": "ff9e1d11",
- "name": "no name"
- },
- {
- "data": "ff521157",
- "name": "no name"
- },
- {
- "data": "ffde31eb",
- "name": "no name"
- },
- {
- "data": "ffc62ad1",
- "name": "no name"
- },
- {
- "data": "ff57135c",
- "name": "no name"
- },
- {
- "data": "ff96209e",
- "name": "no name"
- },
- {
- "data": "ff141414",
- "name": "no name"
- },
- {
- "data": "ffababab",
- "name": "no name"
- },
- {
- "data": "ff6e6e6e",
- "name": "no name"
- },
- {
- "data": "ff2d2d2d",
- "name": "no name"
- },
- {
- "data": "ff616161",
- "name": "no name"
- }
- ],
- "editable": true
-}
\ No newline at end of file
diff --git a/pixelorama_data/Palettes/Shades.json b/pixelorama_data/Palettes/Shades.json
deleted file mode 100644
index 25f5312..0000000
--- a/pixelorama_data/Palettes/Shades.json
+++ /dev/null
@@ -1,147 +0,0 @@
-{
- "name": "Shades",
- "comments": "By Erevos",
- "colors": [
- {
- "data": "ffc25400",
- "name": "no name"
- },
- {
- "data": "ff803900",
- "name": "no name"
- },
- {
- "data": "ffff7300",
- "name": "no name"
- },
- {
- "data": "ff401d00",
- "name": "no name"
- },
- {
- "data": "ffe66700",
- "name": "no name"
- },
- {
- "data": "ffc20000",
- "name": "no name"
- },
- {
- "data": "ff800000",
- "name": "no name"
- },
- {
- "data": "ffff0000",
- "name": "no name"
- },
- {
- "data": "ff400000",
- "name": "no name"
- },
- {
- "data": "ffe60101",
- "name": "no name"
- },
- {
- "data": "ff8800c2",
- "name": "no name"
- },
- {
- "data": "ff590080",
- "name": "no name"
- },
- {
- "data": "ffb300ff",
- "name": "no name"
- },
- {
- "data": "ff2d0040",
- "name": "no name"
- },
- {
- "data": "ffa200e5",
- "name": "no name"
- },
- {
- "data": "ff0010c2",
- "name": "no name"
- },
- {
- "data": "ff000b80",
- "name": "no name"
- },
- {
- "data": "ff0015ff",
- "name": "no name"
- },
- {
- "data": "ff000540",
- "name": "no name"
- },
- {
- "data": "ff0114e6",
- "name": "no name"
- },
- {
- "data": "ff00abc2",
- "name": "no name"
- },
- {
- "data": "ff007180",
- "name": "no name"
- },
- {
- "data": "ff00e1ff",
- "name": "no name"
- },
- {
- "data": "ff003840",
- "name": "no name"
- },
- {
- "data": "ff00cbe6",
- "name": "no name"
- },
- {
- "data": "ff00c237",
- "name": "no name"
- },
- {
- "data": "ff008024",
- "name": "no name"
- },
- {
- "data": "ff00ff48",
- "name": "no name"
- },
- {
- "data": "ff004012",
- "name": "no name"
- },
- {
- "data": "ff00e641",
- "name": "no name"
- },
- {
- "data": "ffb8c200",
- "name": "no name"
- },
- {
- "data": "ff798000",
- "name": "no name"
- },
- {
- "data": "fff2ff00",
- "name": "no name"
- },
- {
- "data": "ff3d4000",
- "name": "no name"
- },
- {
- "data": "ffdce600",
- "name": "no name"
- }
- ],
- "editable": true
-}
\ No newline at end of file
diff --git a/pixelorama_data/Palettes/Triad.json b/pixelorama_data/Palettes/Triad.json
deleted file mode 100644
index d3761dc..0000000
--- a/pixelorama_data/Palettes/Triad.json
+++ /dev/null
@@ -1,107 +0,0 @@
-{
- "name": "Triad",
- "comments": "By Erevos",
- "colors": [
- {
- "data": "ff852c32",
- "name": "no name"
- },
- {
- "data": "ffcc646b",
- "name": "no name"
- },
- {
- "data": "ffe3df66",
- "name": "no name"
- },
- {
- "data": "ff3c7899",
- "name": "no name"
- },
- {
- "data": "ff386680",
- "name": "no name"
- },
- {
- "data": "ff141a85",
- "name": "no name"
- },
- {
- "data": "ff353cd1",
- "name": "no name"
- },
- {
- "data": "ffe66930",
- "name": "no name"
- },
- {
- "data": "ff409e18",
- "name": "no name"
- },
- {
- "data": "ff3a851b",
- "name": "no name"
- },
- {
- "data": "ff8a0500",
- "name": "no name"
- },
- {
- "data": "ffd10600",
- "name": "no name"
- },
- {
- "data": "ffdee609",
- "name": "no name"
- },
- {
- "data": "ff105f9e",
- "name": "no name"
- },
- {
- "data": "ff074c85",
- "name": "no name"
- },
- {
- "data": "ff84168a",
- "name": "no name"
- },
- {
- "data": "ffc942d1",
- "name": "no name"
- },
- {
- "data": "ffe6bf40",
- "name": "no name"
- },
- {
- "data": "ff239e85",
- "name": "no name"
- },
- {
- "data": "ff248571",
- "name": "no name"
- },
- {
- "data": "ff1e8a1a",
- "name": "no name"
- },
- {
- "data": "ff4fd14a",
- "name": "no name"
- },
- {
- "data": "ff6047e6",
- "name": "no name"
- },
- {
- "data": "ff9e5a28",
- "name": "no name"
- },
- {
- "data": "ff854f28",
- "name": "no name"
- }
- ],
- "editable": true
-}
\ No newline at end of file
diff --git a/pixelorama_data/Palettes/bubblegum16.json b/pixelorama_data/Palettes/bubblegum16.json
deleted file mode 100644
index 817dfec..0000000
--- a/pixelorama_data/Palettes/bubblegum16.json
+++ /dev/null
@@ -1,71 +0,0 @@
-{
- "name": "BubbleGum16",
- "comments": "by PineTreePizza - https://twitter.com/PineTreePizza",
- "colors": [
- {
- "data": "ff000000",
- "name": "no name"
- },
- {
- "data": "ff7f0622",
- "name": "no name"
- },
- {
- "data": "ffd62411",
- "name": "no name"
- },
- {
- "data": "ffff8426",
- "name": "no name"
- },
- {
- "data": "ffffd100",
- "name": "no name"
- },
- {
- "data": "fffafdff",
- "name": "no name"
- },
- {
- "data": "ffff80a4",
- "name": "no name"
- },
- {
- "data": "ffff2674",
- "name": "no name"
- },
- {
- "data": "ff94216a",
- "name": "no name"
- },
- {
- "data": "ff430067",
- "name": "no name"
- },
- {
- "data": "ff234975",
- "name": "no name"
- },
- {
- "data": "ff68aed4",
- "name": "no name"
- },
- {
- "data": "ffbfff3c",
- "name": "no name"
- },
- {
- "data": "ff10d275",
- "name": "no name"
- },
- {
- "data": "ff007899",
- "name": "no name"
- },
- {
- "data": "ff002859",
- "name": "no name"
- }
- ],
- "editable": true
-}
\ No newline at end of file
diff --git a/project.godot b/project.godot
index 115a4c1..2eaf3e7 100644
--- a/project.godot
+++ b/project.godot
@@ -149,6 +149,10 @@ window/per_pixel_transparency/enabled=true
window/per_pixel_transparency/allowed.HTML5=false
window/per_pixel_transparency/enabled.HTML5=false
+[gui]
+
+theme/use_hidpi=true
+
[importer_defaults]
texture={
diff --git a/src/Main.tscn b/src/Main.tscn
index f1e1a15..a3c2ee5 100644
--- a/src/Main.tscn
+++ b/src/Main.tscn
@@ -73,6 +73,11 @@ margin_bottom = 388.0
margin_right = 617.0
[node name="AboutDialog" parent="Dialogs" instance=ExtResource( 34 )]
+visible = false
+margin_left = 233.0
+margin_top = 157.0
+margin_right = 833.0
+margin_bottom = 557.0
[node name="UnsavedCanvasDialog" type="ConfirmationDialog" parent="Dialogs"]
margin_right = 467.0
diff --git a/src/UI/Dialogs/AboutDialog.tscn b/src/UI/Dialogs/AboutDialog.tscn
index 8d86a25..315128d 100644
--- a/src/UI/Dialogs/AboutDialog.tscn
+++ b/src/UI/Dialogs/AboutDialog.tscn
@@ -7,6 +7,7 @@
[ext_resource path="res://assets/fonts/Roboto-Small.tres" type="DynamicFont" id=5]
[node name="AboutDialog" type="WindowDialog"]
+visible = true
margin_right = 600.0
margin_bottom = 400.0
rect_min_size = Vector2( 600, 400 )
@@ -98,12 +99,12 @@ margin_bottom = 72.0
[node name="Credits" type="HSplitContainer" parent="AboutUI"]
margin_top = 76.0
margin_right = 576.0
-margin_bottom = 329.0
+margin_bottom = 347.0
size_flags_vertical = 3
[node name="Groups" type="Tree" parent="AboutUI/Credits"]
margin_right = 120.0
-margin_bottom = 253.0
+margin_bottom = 271.0
rect_min_size = Vector2( 120, 120 )
custom_constants/item_margin = -2
hide_root = true
@@ -111,7 +112,7 @@ hide_root = true
[node name="Developers" type="VBoxContainer" parent="AboutUI/Credits"]
margin_left = 132.0
margin_right = 576.0
-margin_bottom = 253.0
+margin_bottom = 271.0
size_flags_horizontal = 3
[node name="Label" type="Label" parent="AboutUI/Credits/Developers"]
@@ -122,7 +123,7 @@ text = "Development Team"
[node name="DeveloperTree" type="Tree" parent="AboutUI/Credits/Developers"]
margin_top = 18.0
margin_right = 444.0
-margin_bottom = 253.0
+margin_bottom = 271.0
size_flags_vertical = 3
custom_constants/item_margin = -2
custom_constants/button_margin = 2
@@ -210,16 +211,9 @@ custom_constants/item_margin = -2
hide_root = true
[node name="HSeparator2" type="HSeparator" parent="AboutUI"]
-margin_top = 333.0
-margin_right = 576.0
-margin_bottom = 337.0
-
-[node name="MadeBy" type="Label" parent="AboutUI"]
-margin_top = 341.0
+margin_top = 351.0
margin_right = 576.0
margin_bottom = 355.0
-text = "Developed by Tony Bark"
-align = 1
[node name="Copyright" type="Label" parent="AboutUI"]
margin_top = 359.0
diff --git a/src/UI/TopMenuContainer.gd b/src/UI/TopMenuContainer.gd
index 21a4c11..5ff8ce3 100644
--- a/src/UI/TopMenuContainer.gd
+++ b/src/UI/TopMenuContainer.gd
@@ -157,7 +157,7 @@ func setup_help_menu() -> void:
"Online Docs" : InputMap.get_action_list("open_docs")[0].get_scancode_with_modifiers(),
"Issue Tracker" : 0,
"Changelog" : 0,
- "About Pixelorama" : 0
+ "About Cozy Pixel Studio" : 0
}
var help_menu : PopupMenu = Global.help_menu.get_popup()
@@ -209,7 +209,7 @@ func on_open_last_project_file_menu_option_pressed() -> void:
if Global.config_cache.has_section_key("preferences", "last_project_path"):
Global.control.load_last_project()
else: # if not then warn user that he didn't edit any project yet
- Global.error_dialog.set_text("You haven't saved or opened any project in Pixelorama yet!")
+ Global.error_dialog.set_text("You haven't saved or opened any project in Cozy Pixel Studio yet!")
Global.error_dialog.popup_centered()
Global.dialog_open(true)
@@ -469,13 +469,13 @@ func help_menu_id_pressed(id : int) -> void:
HelpMenuId.ONLINE_DOCS:
OS.shell_open("https://orama-interactive.github.io/Pixelorama-Docs/")
HelpMenuId.ISSUE_TRACKER:
- OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/issues")
+ OS.shell_open("https://github.com/tonytins/CozyPixelStudio/issues")
HelpMenuId.CHANGELOG:
if OS.get_name() == "OSX":
# Issue #275 - remove when macOS builds use Godot 3.2.3
- OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md")
+ OS.shell_open("https://github.com/tonytins/CozyPixelStudio/blob/master/CHANGELOG.md")
else:
- OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v082---2020-12-12")
+ OS.shell_open("https://github.com/tonytins/CozyPixelStudio/blob/master/CHANGELOG.md#v082---2020-12-12")
HelpMenuId.ABOUT_PIXELORAMA:
Global.control.get_node("Dialogs/AboutDialog").popup_centered()
Global.dialog_open(true)
diff --git a/src/UI/TopMenuContainer.tscn b/src/UI/TopMenuContainer.tscn
index ad7ecb0..7b1b488 100644
--- a/src/UI/TopMenuContainer.tscn
+++ b/src/UI/TopMenuContainer.tscn
@@ -21,7 +21,7 @@ __meta__ = {
[node name="FileMenu" type="MenuButton" parent="MenuItems"]
margin_right = 35.0
-margin_bottom = 23.0
+margin_bottom = 20.0
mouse_default_cursor_shape = 2
text = "File"
switch_on_hover = true
@@ -29,7 +29,7 @@ switch_on_hover = true
[node name="EditMenu" type="MenuButton" parent="MenuItems"]
margin_left = 39.0
margin_right = 75.0
-margin_bottom = 23.0
+margin_bottom = 20.0
mouse_default_cursor_shape = 2
text = "Edit"
switch_on_hover = true
@@ -37,7 +37,7 @@ switch_on_hover = true
[node name="ViewMenu" type="MenuButton" parent="MenuItems"]
margin_left = 79.0
margin_right = 121.0
-margin_bottom = 23.0
+margin_bottom = 20.0
mouse_default_cursor_shape = 2
text = "View"
switch_on_hover = true
@@ -45,7 +45,7 @@ switch_on_hover = true
[node name="ImageMenu" type="MenuButton" parent="MenuItems"]
margin_left = 125.0
margin_right = 177.0
-margin_bottom = 23.0
+margin_bottom = 20.0
mouse_default_cursor_shape = 2
text = "Image"
switch_on_hover = true
@@ -53,7 +53,7 @@ switch_on_hover = true
[node name="HelpMenu" type="MenuButton" parent="MenuItems"]
margin_left = 181.0
margin_right = 223.0
-margin_bottom = 23.0
+margin_bottom = 20.0
mouse_default_cursor_shape = 2
text = "Help"
switch_on_hover = true
diff --git a/src/UI/UI.tscn b/src/UI/UI.tscn
index 2f13729..2b14a76 100644
--- a/src/UI/UI.tscn
+++ b/src/UI/UI.tscn
@@ -27,6 +27,7 @@
[sub_resource type="ShaderMaterial" id=1]
shader = ExtResource( 9 )
shader_param/size = 10.0
+shader_param/alpha = 1.0
shader_param/color1 = Color( 0.7, 0.7, 0.7, 1 )
shader_param/color2 = Color( 1, 1, 1, 1 )
shader_param/offset = Vector2( 0, 0 )
@@ -38,6 +39,7 @@ shader_param/follow_scale = false
[sub_resource type="ShaderMaterial" id=2]
shader = ExtResource( 9 )
shader_param/size = 10.0
+shader_param/alpha = 1.0
shader_param/color1 = Color( 0.7, 0.7, 0.7, 1 )
shader_param/color2 = Color( 1, 1, 1, 1 )
shader_param/offset = Vector2( 0, 0 )
diff --git a/src/XDGDataPaths.gd b/src/XDGDataPaths.gd
index 4a5b97b..5b9c8c5 100644
--- a/src/XDGDataPaths.gd
+++ b/src/XDGDataPaths.gd
@@ -12,8 +12,8 @@ var raw_xdg_data_dirs : Array
const default_xdg_data_home_rel := ".local/share"
const default_xdg_data_dirs := ["/usr/local/share", "/usr/share"]
-const config_subdir_name := "pixelorama_data"
-const xdg_config_subdir_name := "pixelorama"
+const config_subdir_name := "cozypixelstudio_data"
+const xdg_config_subdir_name := "cozypixelstudio"
const palettes_data_subdirectory := "Palettes"
const brushes_data_subdirectory := "Brushes"