Fixed macOS export
- Internal rebranding to avoid future conflicts with Pixelorama - Renamed pixelorama_data directory to cozypixelstudio_data - Enabled Hidpi mode as an experiment - Moved credits down and used built-in markdown lists instead because I'm a derp
21
.github/workflows/dev-desktop-builds.yml
vendored
|
@ -42,10 +42,10 @@ jobs:
|
||||||
mv /root/.local/share/godot/templates/${GODOT_VERSION}.stable ~/.local/share/godot/templates/${GODOT_VERSION}.stable
|
mv /root/.local/share/godot/templates/${GODOT_VERSION}.stable ~/.local/share/godot/templates/${GODOT_VERSION}.stable
|
||||||
- name: Windows Build 🔧
|
- name: Windows Build 🔧
|
||||||
run: godot -v --export "Windows Desktop 64-bit" ./build/windows-64bit/$EXPORT_NAME.exe
|
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: |
|
run: |
|
||||||
cp -R ./pixelorama_data ./build/windows-64bit
|
cp -R ./cozypixelstudio_data ./build/windows-64bit
|
||||||
rm ./build/windows-64bit/pixelorama_data/.gdignore
|
rm ./build/windows-64bit/cozypixelstudio_data/.gdignore
|
||||||
- name: Upload Artifact 🚀
|
- name: Upload Artifact 🚀
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
@ -70,12 +70,11 @@ jobs:
|
||||||
- name: Linux Build 🔧
|
- name: Linux Build 🔧
|
||||||
run: godot -v --export "Linux/X11 64-bit" ./build/linux-64bit/$EXPORT_NAME.x86_64
|
run: godot -v --export "Linux/X11 64-bit" ./build/linux-64bit/$EXPORT_NAME.x86_64
|
||||||
- name: Give execute permission ☑️
|
- name: Give execute permission ☑️
|
||||||
run:
|
run: chmod +x ./build/linux-64bit/$EXPORT_NAME.x86_64
|
||||||
chmod +x ./build/linux-64bit/$EXPORT_NAME.x86_64
|
- name: Copy cozypixelstudio_data folder 📁
|
||||||
- name: Copy pixelorama_data folder 📁
|
|
||||||
run: |
|
run: |
|
||||||
cp -R ./pixelorama_data ./build/linux-64bit
|
cp -R ./cozypixelstudio_data ./build/linux-64bit
|
||||||
rm ./build/linux-64bit/pixelorama_data/.gdignore
|
rm ./build/linux-64bit/cozypixelstudio_data/.gdignore
|
||||||
- name: Create tar.gz archive 🗜️
|
- name: Create tar.gz archive 🗜️
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
|
@ -123,10 +122,10 @@ jobs:
|
||||||
rm ./build/mac/CozyPixelStudio.zip
|
rm ./build/mac/CozyPixelStudio.zip
|
||||||
- name: Fix application icon 🖼
|
- 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
|
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: |
|
run: |
|
||||||
cp -R ./pixelorama_data ./build/mac/CozyPixelStudio.app/Contents/MacOS
|
cp -R ./cozypixelstudio_data ./build/mac/CozyPixelStudio.app/Contents/MacOS
|
||||||
rm ./build/mac/CozyPixelStudio.app/Contents/MacOS/pixelorama_data/.gdignore
|
rm ./build/mac/CozyPixelStudio.app/Contents/MacOS/cozypixelstudio_data/.gdignore
|
||||||
- name: Create DMG archive 🔧
|
- name: Create DMG archive 🔧
|
||||||
run: hdiutil create -size 70m -srcfolder ./build/mac -volname CozyPixelStudio ./build/mac/CozyPixelStudio.dmg
|
run: hdiutil create -size 70m -srcfolder ./build/mac -volname CozyPixelStudio ./build/mac/CozyPixelStudio.dmg
|
||||||
- name: Upload Artifact 🚀
|
- name: Upload Artifact 🚀
|
||||||
|
|
16
README.md
|
@ -2,20 +2,18 @@
|
||||||
|
|
||||||
[](https://www.youtube.com/watch?v=NLb0TNxZ27E&list=PLVEP1Zz6BUpBiQC0CB6eNBhhLF4tEwBB-&index=10)
|
[](https://www.youtube.com/watch?v=NLb0TNxZ27E&list=PLVEP1Zz6BUpBiQC0CB6eNBhhLF4tEwBB-&index=10)
|
||||||
|
|
||||||
<p align="center">
|
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.
|
||||||
<ul style="list-style: none;">
|
|
||||||
<li>Pixelorama made by Orama Interactive</li>
|
|
||||||
<li>Cozy Pixel Studio made by Tony Bark</li>
|
|
||||||
<li>Splash screen art by Wishdream</li>
|
|
||||||
</ul>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
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**.
|
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
You can find Online Documentation for Pixelorama here: https://orama-interactive.github.io/Pixelorama-Docs
|
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
|
## Special thanks to
|
||||||
|
|
||||||
- The [Pixelorama](https://github.com/Orama-Interactive/Pixelorama) team for creating a pixel art editor in Godot!
|
- The [Pixelorama](https://github.com/Orama-Interactive/Pixelorama) team for creating a pixel art editor in Godot!
|
||||||
|
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 567 B After Width: | Height: | Size: 567 B |
Before Width: | Height: | Size: 573 B After Width: | Height: | Size: 573 B |
Before Width: | Height: | Size: 567 B After Width: | Height: | Size: 567 B |
Before Width: | Height: | Size: 567 B After Width: | Height: | Size: 567 B |
Before Width: | Height: | Size: 566 B After Width: | Height: | Size: 566 B |
Before Width: | Height: | Size: 177 B After Width: | Height: | Size: 177 B |
Before Width: | Height: | Size: 119 B After Width: | Height: | Size: 119 B |
Before Width: | Height: | Size: 245 B After Width: | Height: | Size: 245 B |
Before Width: | Height: | Size: 240 B After Width: | Height: | Size: 240 B |
Before Width: | Height: | Size: 245 B After Width: | Height: | Size: 245 B |
Before Width: | Height: | Size: 244 B After Width: | Height: | Size: 244 B |
Before Width: | Height: | Size: 250 B After Width: | Height: | Size: 250 B |
Before Width: | Height: | Size: 249 B After Width: | Height: | Size: 249 B |
Before Width: | Height: | Size: 99 B After Width: | Height: | Size: 99 B |
Before Width: | Height: | Size: 67 B After Width: | Height: | Size: 67 B |
Before Width: | Height: | Size: 661 B After Width: | Height: | Size: 661 B |
Before Width: | Height: | Size: 67 B After Width: | Height: | Size: 67 B |
107
cozypixelstudio_data/Palettes/Complementary.json
Normal file
|
@ -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
|
||||||
|
}
|
135
cozypixelstudio_data/Palettes/Default.json
Normal file
|
@ -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
|
||||||
|
}
|
26
cozypixelstudio_data/Palettes/GBStudio.json
Normal file
|
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
167
cozypixelstudio_data/Palettes/Monochromatic.json
Normal file
|
@ -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
|
||||||
|
}
|
147
cozypixelstudio_data/Palettes/Shades.json
Normal file
|
@ -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
|
||||||
|
}
|
107
cozypixelstudio_data/Palettes/Triad.json
Normal file
|
@ -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
|
||||||
|
}
|
71
cozypixelstudio_data/Palettes/bubblegum16.json
Normal file
|
@ -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
|
||||||
|
}
|
Before Width: | Height: | Size: 651 B After Width: | Height: | Size: 651 B |
Before Width: | Height: | Size: 387 B After Width: | Height: | Size: 387 B |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 630 B After Width: | Height: | Size: 630 B |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 641 B After Width: | Height: | Size: 641 B |
Before Width: | Height: | Size: 5 KiB After Width: | Height: | Size: 5 KiB |
|
@ -33,12 +33,12 @@ codesign/digest_algorithm=1
|
||||||
codesign/description=""
|
codesign/description=""
|
||||||
codesign/custom_options=PoolStringArray( )
|
codesign/custom_options=PoolStringArray( )
|
||||||
application/icon="res://assets/graphics/icons/icon.ico"
|
application/icon="res://assets/graphics/icons/icon.ico"
|
||||||
application/file_version="0.8.2"
|
application/file_version="0.1.0"
|
||||||
application/product_version="0.8.2"
|
application/product_version="0.1.0"
|
||||||
application/company_name="Orama Interactive"
|
application/company_name="Orama Interactive"
|
||||||
application/product_name="Pixelorama"
|
application/product_name="CozyPixelStudio"
|
||||||
application/file_description="Pixelorama - Your free & open-source sprite editor"
|
application/file_description="Cozy Pixel Studio - Your free & open-source sprite editor"
|
||||||
application/copyright="Orama Interactive 2020"
|
application/copyright="Tony Bark 2021"
|
||||||
application/trademarks=""
|
application/trademarks=""
|
||||||
|
|
||||||
[preset.1]
|
[preset.1]
|
||||||
|
@ -85,14 +85,14 @@ script_encryption_key=""
|
||||||
|
|
||||||
custom_template/debug=""
|
custom_template/debug=""
|
||||||
custom_template/release=""
|
custom_template/release=""
|
||||||
application/name="Pixelorama"
|
application/name="CozyPixelStudio"
|
||||||
application/info="Pixelorama - Your free and open-source sprite editor"
|
application/info="Cozy Pixel Studio - Your free & open-source sprite editor"
|
||||||
application/icon="res://assets/graphics/icons/icon.icns"
|
application/icon="res://assets/graphics/icons/icon.icns"
|
||||||
application/identifier="com.orama_interactive.pixelorama"
|
application/identifier="com.tonybark.cozypixelstudio"
|
||||||
application/signature=""
|
application/signature=""
|
||||||
application/short_version="0.8.2"
|
application/short_version="0.1.0"
|
||||||
application/version="0.8.2"
|
application/version="0.1.0"
|
||||||
application/copyright="Orama Interactive 2020"
|
application/copyright="Tony Bark 2021"
|
||||||
display/high_res=false
|
display/high_res=false
|
||||||
privacy/camera_usage_description=""
|
privacy/camera_usage_description=""
|
||||||
privacy/microphone_usage_description=""
|
privacy/microphone_usage_description=""
|
||||||
|
@ -158,12 +158,12 @@ codesign/digest_algorithm=1
|
||||||
codesign/description=""
|
codesign/description=""
|
||||||
codesign/custom_options=PoolStringArray( )
|
codesign/custom_options=PoolStringArray( )
|
||||||
application/icon="res://assets/graphics/icons/icon.ico"
|
application/icon="res://assets/graphics/icons/icon.ico"
|
||||||
application/file_version="0.8.2"
|
application/file_version="0.1.0"
|
||||||
application/product_version="0.8.2"
|
application/product_version="0.1.0"
|
||||||
application/company_name="Orama Interactive"
|
application/company_name="Orama Interactive"
|
||||||
application/product_name="Pixelorama"
|
application/product_name="CozyPixelStudio"
|
||||||
application/file_description="Pixelorama - Your free & open-source sprite editor"
|
application/file_description="Cozy Pixel Studio - Your free & open-source sprite editor"
|
||||||
application/copyright="Orama Interactive 2020"
|
application/copyright="Tony Bark 2021"
|
||||||
application/trademarks=""
|
application/trademarks=""
|
||||||
|
|
||||||
[preset.5]
|
[preset.5]
|
||||||
|
|
|
@ -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
|
|
||||||
}
|
|
|
@ -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
|
|
||||||
}
|
|
|
@ -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
|
|
||||||
}
|
|
|
@ -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
|
|
||||||
}
|
|
|
@ -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
|
|
||||||
}
|
|
|
@ -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
|
|
||||||
}
|
|
|
@ -149,6 +149,10 @@ window/per_pixel_transparency/enabled=true
|
||||||
window/per_pixel_transparency/allowed.HTML5=false
|
window/per_pixel_transparency/allowed.HTML5=false
|
||||||
window/per_pixel_transparency/enabled.HTML5=false
|
window/per_pixel_transparency/enabled.HTML5=false
|
||||||
|
|
||||||
|
[gui]
|
||||||
|
|
||||||
|
theme/use_hidpi=true
|
||||||
|
|
||||||
[importer_defaults]
|
[importer_defaults]
|
||||||
|
|
||||||
texture={
|
texture={
|
||||||
|
|
|
@ -73,6 +73,11 @@ margin_bottom = 388.0
|
||||||
margin_right = 617.0
|
margin_right = 617.0
|
||||||
|
|
||||||
[node name="AboutDialog" parent="Dialogs" instance=ExtResource( 34 )]
|
[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"]
|
[node name="UnsavedCanvasDialog" type="ConfirmationDialog" parent="Dialogs"]
|
||||||
margin_right = 467.0
|
margin_right = 467.0
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
[ext_resource path="res://assets/fonts/Roboto-Small.tres" type="DynamicFont" id=5]
|
[ext_resource path="res://assets/fonts/Roboto-Small.tres" type="DynamicFont" id=5]
|
||||||
|
|
||||||
[node name="AboutDialog" type="WindowDialog"]
|
[node name="AboutDialog" type="WindowDialog"]
|
||||||
|
visible = true
|
||||||
margin_right = 600.0
|
margin_right = 600.0
|
||||||
margin_bottom = 400.0
|
margin_bottom = 400.0
|
||||||
rect_min_size = Vector2( 600, 400 )
|
rect_min_size = Vector2( 600, 400 )
|
||||||
|
@ -98,12 +99,12 @@ margin_bottom = 72.0
|
||||||
[node name="Credits" type="HSplitContainer" parent="AboutUI"]
|
[node name="Credits" type="HSplitContainer" parent="AboutUI"]
|
||||||
margin_top = 76.0
|
margin_top = 76.0
|
||||||
margin_right = 576.0
|
margin_right = 576.0
|
||||||
margin_bottom = 329.0
|
margin_bottom = 347.0
|
||||||
size_flags_vertical = 3
|
size_flags_vertical = 3
|
||||||
|
|
||||||
[node name="Groups" type="Tree" parent="AboutUI/Credits"]
|
[node name="Groups" type="Tree" parent="AboutUI/Credits"]
|
||||||
margin_right = 120.0
|
margin_right = 120.0
|
||||||
margin_bottom = 253.0
|
margin_bottom = 271.0
|
||||||
rect_min_size = Vector2( 120, 120 )
|
rect_min_size = Vector2( 120, 120 )
|
||||||
custom_constants/item_margin = -2
|
custom_constants/item_margin = -2
|
||||||
hide_root = true
|
hide_root = true
|
||||||
|
@ -111,7 +112,7 @@ hide_root = true
|
||||||
[node name="Developers" type="VBoxContainer" parent="AboutUI/Credits"]
|
[node name="Developers" type="VBoxContainer" parent="AboutUI/Credits"]
|
||||||
margin_left = 132.0
|
margin_left = 132.0
|
||||||
margin_right = 576.0
|
margin_right = 576.0
|
||||||
margin_bottom = 253.0
|
margin_bottom = 271.0
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
|
|
||||||
[node name="Label" type="Label" parent="AboutUI/Credits/Developers"]
|
[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"]
|
[node name="DeveloperTree" type="Tree" parent="AboutUI/Credits/Developers"]
|
||||||
margin_top = 18.0
|
margin_top = 18.0
|
||||||
margin_right = 444.0
|
margin_right = 444.0
|
||||||
margin_bottom = 253.0
|
margin_bottom = 271.0
|
||||||
size_flags_vertical = 3
|
size_flags_vertical = 3
|
||||||
custom_constants/item_margin = -2
|
custom_constants/item_margin = -2
|
||||||
custom_constants/button_margin = 2
|
custom_constants/button_margin = 2
|
||||||
|
@ -210,16 +211,9 @@ custom_constants/item_margin = -2
|
||||||
hide_root = true
|
hide_root = true
|
||||||
|
|
||||||
[node name="HSeparator2" type="HSeparator" parent="AboutUI"]
|
[node name="HSeparator2" type="HSeparator" parent="AboutUI"]
|
||||||
margin_top = 333.0
|
margin_top = 351.0
|
||||||
margin_right = 576.0
|
|
||||||
margin_bottom = 337.0
|
|
||||||
|
|
||||||
[node name="MadeBy" type="Label" parent="AboutUI"]
|
|
||||||
margin_top = 341.0
|
|
||||||
margin_right = 576.0
|
margin_right = 576.0
|
||||||
margin_bottom = 355.0
|
margin_bottom = 355.0
|
||||||
text = "Developed by Tony Bark"
|
|
||||||
align = 1
|
|
||||||
|
|
||||||
[node name="Copyright" type="Label" parent="AboutUI"]
|
[node name="Copyright" type="Label" parent="AboutUI"]
|
||||||
margin_top = 359.0
|
margin_top = 359.0
|
||||||
|
|
|
@ -157,7 +157,7 @@ func setup_help_menu() -> void:
|
||||||
"Online Docs" : InputMap.get_action_list("open_docs")[0].get_scancode_with_modifiers(),
|
"Online Docs" : InputMap.get_action_list("open_docs")[0].get_scancode_with_modifiers(),
|
||||||
"Issue Tracker" : 0,
|
"Issue Tracker" : 0,
|
||||||
"Changelog" : 0,
|
"Changelog" : 0,
|
||||||
"About Pixelorama" : 0
|
"About Cozy Pixel Studio" : 0
|
||||||
}
|
}
|
||||||
var help_menu : PopupMenu = Global.help_menu.get_popup()
|
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"):
|
if Global.config_cache.has_section_key("preferences", "last_project_path"):
|
||||||
Global.control.load_last_project()
|
Global.control.load_last_project()
|
||||||
else: # if not then warn user that he didn't edit any project yet
|
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.error_dialog.popup_centered()
|
||||||
Global.dialog_open(true)
|
Global.dialog_open(true)
|
||||||
|
|
||||||
|
@ -469,13 +469,13 @@ func help_menu_id_pressed(id : int) -> void:
|
||||||
HelpMenuId.ONLINE_DOCS:
|
HelpMenuId.ONLINE_DOCS:
|
||||||
OS.shell_open("https://orama-interactive.github.io/Pixelorama-Docs/")
|
OS.shell_open("https://orama-interactive.github.io/Pixelorama-Docs/")
|
||||||
HelpMenuId.ISSUE_TRACKER:
|
HelpMenuId.ISSUE_TRACKER:
|
||||||
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/issues")
|
OS.shell_open("https://github.com/tonytins/CozyPixelStudio/issues")
|
||||||
HelpMenuId.CHANGELOG:
|
HelpMenuId.CHANGELOG:
|
||||||
if OS.get_name() == "OSX":
|
if OS.get_name() == "OSX":
|
||||||
# Issue #275 - remove when macOS builds use Godot 3.2.3
|
# 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:
|
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:
|
HelpMenuId.ABOUT_PIXELORAMA:
|
||||||
Global.control.get_node("Dialogs/AboutDialog").popup_centered()
|
Global.control.get_node("Dialogs/AboutDialog").popup_centered()
|
||||||
Global.dialog_open(true)
|
Global.dialog_open(true)
|
||||||
|
|
|
@ -21,7 +21,7 @@ __meta__ = {
|
||||||
|
|
||||||
[node name="FileMenu" type="MenuButton" parent="MenuItems"]
|
[node name="FileMenu" type="MenuButton" parent="MenuItems"]
|
||||||
margin_right = 35.0
|
margin_right = 35.0
|
||||||
margin_bottom = 23.0
|
margin_bottom = 20.0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
text = "File"
|
text = "File"
|
||||||
switch_on_hover = true
|
switch_on_hover = true
|
||||||
|
@ -29,7 +29,7 @@ switch_on_hover = true
|
||||||
[node name="EditMenu" type="MenuButton" parent="MenuItems"]
|
[node name="EditMenu" type="MenuButton" parent="MenuItems"]
|
||||||
margin_left = 39.0
|
margin_left = 39.0
|
||||||
margin_right = 75.0
|
margin_right = 75.0
|
||||||
margin_bottom = 23.0
|
margin_bottom = 20.0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
text = "Edit"
|
text = "Edit"
|
||||||
switch_on_hover = true
|
switch_on_hover = true
|
||||||
|
@ -37,7 +37,7 @@ switch_on_hover = true
|
||||||
[node name="ViewMenu" type="MenuButton" parent="MenuItems"]
|
[node name="ViewMenu" type="MenuButton" parent="MenuItems"]
|
||||||
margin_left = 79.0
|
margin_left = 79.0
|
||||||
margin_right = 121.0
|
margin_right = 121.0
|
||||||
margin_bottom = 23.0
|
margin_bottom = 20.0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
text = "View"
|
text = "View"
|
||||||
switch_on_hover = true
|
switch_on_hover = true
|
||||||
|
@ -45,7 +45,7 @@ switch_on_hover = true
|
||||||
[node name="ImageMenu" type="MenuButton" parent="MenuItems"]
|
[node name="ImageMenu" type="MenuButton" parent="MenuItems"]
|
||||||
margin_left = 125.0
|
margin_left = 125.0
|
||||||
margin_right = 177.0
|
margin_right = 177.0
|
||||||
margin_bottom = 23.0
|
margin_bottom = 20.0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
text = "Image"
|
text = "Image"
|
||||||
switch_on_hover = true
|
switch_on_hover = true
|
||||||
|
@ -53,7 +53,7 @@ switch_on_hover = true
|
||||||
[node name="HelpMenu" type="MenuButton" parent="MenuItems"]
|
[node name="HelpMenu" type="MenuButton" parent="MenuItems"]
|
||||||
margin_left = 181.0
|
margin_left = 181.0
|
||||||
margin_right = 223.0
|
margin_right = 223.0
|
||||||
margin_bottom = 23.0
|
margin_bottom = 20.0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
text = "Help"
|
text = "Help"
|
||||||
switch_on_hover = true
|
switch_on_hover = true
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
[sub_resource type="ShaderMaterial" id=1]
|
[sub_resource type="ShaderMaterial" id=1]
|
||||||
shader = ExtResource( 9 )
|
shader = ExtResource( 9 )
|
||||||
shader_param/size = 10.0
|
shader_param/size = 10.0
|
||||||
|
shader_param/alpha = 1.0
|
||||||
shader_param/color1 = Color( 0.7, 0.7, 0.7, 1 )
|
shader_param/color1 = Color( 0.7, 0.7, 0.7, 1 )
|
||||||
shader_param/color2 = Color( 1, 1, 1, 1 )
|
shader_param/color2 = Color( 1, 1, 1, 1 )
|
||||||
shader_param/offset = Vector2( 0, 0 )
|
shader_param/offset = Vector2( 0, 0 )
|
||||||
|
@ -38,6 +39,7 @@ shader_param/follow_scale = false
|
||||||
[sub_resource type="ShaderMaterial" id=2]
|
[sub_resource type="ShaderMaterial" id=2]
|
||||||
shader = ExtResource( 9 )
|
shader = ExtResource( 9 )
|
||||||
shader_param/size = 10.0
|
shader_param/size = 10.0
|
||||||
|
shader_param/alpha = 1.0
|
||||||
shader_param/color1 = Color( 0.7, 0.7, 0.7, 1 )
|
shader_param/color1 = Color( 0.7, 0.7, 0.7, 1 )
|
||||||
shader_param/color2 = Color( 1, 1, 1, 1 )
|
shader_param/color2 = Color( 1, 1, 1, 1 )
|
||||||
shader_param/offset = Vector2( 0, 0 )
|
shader_param/offset = Vector2( 0, 0 )
|
||||||
|
|
|
@ -12,8 +12,8 @@ var raw_xdg_data_dirs : Array
|
||||||
const default_xdg_data_home_rel := ".local/share"
|
const default_xdg_data_home_rel := ".local/share"
|
||||||
const default_xdg_data_dirs := ["/usr/local/share", "/usr/share"]
|
const default_xdg_data_dirs := ["/usr/local/share", "/usr/share"]
|
||||||
|
|
||||||
const config_subdir_name := "pixelorama_data"
|
const config_subdir_name := "cozypixelstudio_data"
|
||||||
const xdg_config_subdir_name := "pixelorama"
|
const xdg_config_subdir_name := "cozypixelstudio"
|
||||||
|
|
||||||
const palettes_data_subdirectory := "Palettes"
|
const palettes_data_subdirectory := "Palettes"
|
||||||
const brushes_data_subdirectory := "Brushes"
|
const brushes_data_subdirectory := "Brushes"
|
||||||
|
|