feat(stage-tamagotchi): update app icons and window icons

This commit is contained in:
Makito
2026-01-09 03:45:33 +09:00
parent 6aa6746f5d
commit b2a46ea01f
8 changed files with 122 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

@@ -0,0 +1,121 @@
{
"fill-specializations": [
{
"value": {
"solid": "srgb:0.98027,0.97642,0.98455,1.00000"
}
},
{
"appearance": "dark",
"value": {
"solid": "srgb:0.39461,0.38835,0.42874,1.00000"
}
}
],
"groups": [
{
"blend-mode": "normal",
"blur-material": null,
"layers": [
{
"image-name": "Ear_R.png",
"name": "Ear R"
}
],
"name": "Ear R",
"shadow": {
"kind": "layer-color",
"opacity": 0.5
},
"specular": true,
"translucency": {
"enabled": false,
"value": 0.5
}
},
{
"blend-mode": "darken",
"blur-material": 0,
"layers": [
{
"blend-mode": "normal",
"fill": "automatic",
"glass": true,
"hidden": false,
"image-name": "Hard_Shadow.png",
"name": "Hard Shadow"
}
],
"lighting": "individual",
"name": "Hard Shadow",
"shadow": {
"kind": "layer-color",
"opacity": 0.8
},
"specular": false,
"translucency": {
"enabled": false,
"value": 1
}
},
{
"blend-mode": "normal",
"blur-material": null,
"layers": [
{
"fill": "none",
"glass-specializations": [
{
"value": true
},
{
"appearance": "tinted",
"value": true
}
],
"hidden": false,
"image-name": "Body.png",
"name": "Hair + Face"
}
],
"lighting": "individual",
"name": "Body",
"shadow": {
"kind": "neutral",
"opacity": 0.5
},
"specular": true,
"translucency": {
"enabled": false,
"value": 0.5
}
},
{
"blur-material": null,
"layers": [
{
"glass": true,
"hidden": false,
"image-name": "Ear_L.png",
"name": "Ear L"
}
],
"name": "Ear L",
"shadow": {
"kind": "layer-color",
"opacity": 0.5
},
"specular": true,
"translucency": {
"enabled": false,
"value": 0.5
}
}
],
"supported-platforms": {
"circles": [
"watchOS"
],
"squares": "shared"
}
}
@@ -50,6 +50,7 @@ mac:
notarize: false
hardenedRuntime: false
executableName: airi
icon: icon.icon
dmg:
artifactName: ${productName}-${version}-darwin-${arch}.${ext}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 145 KiB