|
|
4 nedēļas atpakaļ | |
|---|---|---|
| .. | ||
| Android | 4 nedēļas atpakaļ | |
| Windows | 4 nedēļas atpakaļ | |
| iOS | 4 nedēļas atpakaļ | |
| macOS | 4 nedēļas atpakaļ | |
| README.md | 4 nedēļas atpakaļ | |
| android-icons-generator.sh | 4 nedēļas atpakaļ | |
| generate-all-icons.sh | 4 nedēļas atpakaļ | |
| icon-1024.png | 4 nedēļas atpakaļ | |
| icon.svg | 4 nedēļas atpakaļ | |
| ios-icons-generator.sh | 4 nedēļas atpakaļ | |
| mac-icns-generator.sh | 4 nedēļas atpakaļ | |
| windows-ico-generator.sh | 4 nedēļas atpakaļ | |
This directory contains the source icon file and all generated platform-specific icons for the CardsStarterKit Blackjack game.
Icons/
├── icon.svg # Source SVG file (edit this)
├── icon-1024.png # Generated master PNG (1024x1024)
├── generate-all-icons.sh # Main generation script
├── android-icons-generator.sh # Android-specific generator
├── ios-icons-generator.sh # iOS-specific generator
├── mac-icns-generator.sh # macOS-specific generator
├── windows-ico-generator.sh # Windows-specific generator
├── Android/ # Android icons
│ ├── drawable/
│ │ └── icon.png # Splash screen icon (192x192)
│ ├── mipmap-mdpi/ # 48x48
│ ├── mipmap-hdpi/ # 72x72
│ ├── mipmap-xhdpi/ # 96x96
│ ├── mipmap-xxhdpi/ # 144x144
│ └── mipmap-xxxhdpi/ # 192x192
├── iOS/ # 28 iOS icon files
├── macOS/ # Icon.icns + Icon.bmp
└── Windows/ # Icon.ico + source PNGs
After editing icon.svg, regenerate all platform icons:
cd Core/Resources/Icons
./generate-all-icons.sh
/Applications/Inkscape.appbrew install imagemagick (for Windows .ico generation)Icons are linked from platform .csproj files:
Platforms/Android/BlackJack.csproj links mipmap and drawable iconsPlatforms/iOS/BlackJack.csproj links all iOS icons to xcassetsPlatforms/Desktop/BlackJack.csproj links Icon.ico and Icon.bmpPlatforms/Windows/BlackJack.csproj links Icon.icoA copy of [email protected] is placed at Platforms/iOS/Resources/LaunchIcon.png for the LaunchScreen.storyboard to reference.
All icons use a maroon theme (#800000) to match the app's branding.