diff --git a/rpc_express/assets/common/png/app-icon.png b/rpc_express/assets/common/png/app-icon.png index 03ea58c..97043cf 100644 Binary files a/rpc_express/assets/common/png/app-icon.png and b/rpc_express/assets/common/png/app-icon.png differ diff --git a/rpc_express/assets/helldivers/images/illuminate_icon.webp b/rpc_express/assets/helldivers/images/illuminate_icon.webp new file mode 100644 index 0000000..fe54970 Binary files /dev/null and b/rpc_express/assets/helldivers/images/illuminate_icon.webp differ diff --git a/rpc_express/lib/gen/assets.gen.dart b/rpc_express/lib/gen/assets.gen.dart index 8c5ca47..a07ffdb 100644 --- a/rpc_express/lib/gen/assets.gen.dart +++ b/rpc_express/lib/gen/assets.gen.dart @@ -132,6 +132,10 @@ class $AssetsHelldiversImagesGen { AssetGenImage get helldiverDecorated => const AssetGenImage('assets/helldivers/images/helldiver_decorated.webp'); + /// File path: assets/helldivers/images/illuminate_icon.webp + AssetGenImage get illuminateIcon => + const AssetGenImage('assets/helldivers/images/illuminate_icon.webp'); + /// File path: assets/helldivers/images/liberation_icon.webp AssetGenImage get liberationIcon => const AssetGenImage('assets/helldivers/images/liberation_icon.webp'); @@ -156,6 +160,7 @@ class $AssetsHelldiversImagesGen { flag, helldiver, helldiverDecorated, + illuminateIcon, liberationIcon, starfield, superhearthIcon, diff --git a/rpc_express/lib/model/class/game_activities/helldivers/faction.dart b/rpc_express/lib/model/class/game_activities/helldivers/faction.dart index 7afdbe2..d880b93 100644 --- a/rpc_express/lib/model/class/game_activities/helldivers/faction.dart +++ b/rpc_express/lib/model/class/game_activities/helldivers/faction.dart @@ -5,6 +5,7 @@ enum HelldiversFactions { humans(name: "Humans"), terminids(name: "Terminids"), automatons(name: "Automaton"), + illuminates(name: "Illuminate"), unknown(name: "Unknown"); final String name; @@ -19,6 +20,8 @@ enum HelldiversFactions { return HelldiversFactions.terminids; case 'Automaton': return HelldiversFactions.automatons; + case 'Illuminate': + return HelldiversFactions.illuminates; case 'Unknown': return HelldiversFactions.unknown; } @@ -35,6 +38,8 @@ extension HelldiversFactionsExtension on HelldiversFactions { return Assets.helldivers.images.terminidIcon.path; case HelldiversFactions.automatons: return Assets.helldivers.images.automatonIcon.path; + case HelldiversFactions.illuminates: + return Assets.helldivers.images.illuminateIcon.path; case HelldiversFactions.unknown: return Assets.helldivers.images.superhearthIcon.path; } @@ -48,6 +53,8 @@ extension HelldiversFactionsExtension on HelldiversFactions { return const Color(0xFFfe6d72); case HelldiversFactions.terminids: return const Color(0xFFffc100); + case HelldiversFactions.illuminates: + return const Color(0xFFac47fe); case HelldiversFactions.unknown: return const Color.fromARGB(255, 182, 182, 182); } diff --git a/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json b/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json index a2ec33f..96d3fee 100644 --- a/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -1,68 +1,68 @@ { - "images" : [ - { - "size" : "16x16", - "idiom" : "mac", - "filename" : "app_icon_16.png", - "scale" : "1x" + "info": { + "version": 1, + "author": "xcode" }, - { - "size" : "16x16", - "idiom" : "mac", - "filename" : "app_icon_32.png", - "scale" : "2x" - }, - { - "size" : "32x32", - "idiom" : "mac", - "filename" : "app_icon_32.png", - "scale" : "1x" - }, - { - "size" : "32x32", - "idiom" : "mac", - "filename" : "app_icon_64.png", - "scale" : "2x" - }, - { - "size" : "128x128", - "idiom" : "mac", - "filename" : "app_icon_128.png", - "scale" : "1x" - }, - { - "size" : "128x128", - "idiom" : "mac", - "filename" : "app_icon_256.png", - "scale" : "2x" - }, - { - "size" : "256x256", - "idiom" : "mac", - "filename" : "app_icon_256.png", - "scale" : "1x" - }, - { - "size" : "256x256", - "idiom" : "mac", - "filename" : "app_icon_512.png", - "scale" : "2x" - }, - { - "size" : "512x512", - "idiom" : "mac", - "filename" : "app_icon_512.png", - "scale" : "1x" - }, - { - "size" : "512x512", - "idiom" : "mac", - "filename" : "app_icon_1024.png", - "scale" : "2x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} + "images": [ + { + "size": "16x16", + "idiom": "mac", + "filename": "app_icon_16.png", + "scale": "1x" + }, + { + "size": "16x16", + "idiom": "mac", + "filename": "app_icon_32.png", + "scale": "2x" + }, + { + "size": "32x32", + "idiom": "mac", + "filename": "app_icon_32.png", + "scale": "1x" + }, + { + "size": "32x32", + "idiom": "mac", + "filename": "app_icon_64.png", + "scale": "2x" + }, + { + "size": "128x128", + "idiom": "mac", + "filename": "app_icon_128.png", + "scale": "1x" + }, + { + "size": "128x128", + "idiom": "mac", + "filename": "app_icon_256.png", + "scale": "2x" + }, + { + "size": "256x256", + "idiom": "mac", + "filename": "app_icon_256.png", + "scale": "1x" + }, + { + "size": "256x256", + "idiom": "mac", + "filename": "app_icon_512.png", + "scale": "2x" + }, + { + "size": "512x512", + "idiom": "mac", + "filename": "app_icon_512.png", + "scale": "1x" + }, + { + "size": "512x512", + "idiom": "mac", + "filename": "app_icon_1024.png", + "scale": "2x" + } + ] +} \ No newline at end of file diff --git a/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png b/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png index 82b6f9d..f530072 100644 Binary files a/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png and b/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png differ diff --git a/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png b/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png index 13b35eb..dd0f5e4 100644 Binary files a/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png and b/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png differ diff --git a/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png b/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png index 0a3f5fa..54cbb4f 100644 Binary files a/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png and b/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png differ diff --git a/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png b/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png index bdb5722..a495e93 100644 Binary files a/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png and b/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png differ diff --git a/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png b/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png index f083318..fcb26ad 100644 Binary files a/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png and b/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png differ diff --git a/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png b/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png index 326c0e7..6943d0e 100644 Binary files a/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png and b/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png differ diff --git a/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png b/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png index 2f1632c..6bb386b 100644 Binary files a/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png and b/rpc_express/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png differ diff --git a/rpc_express/pubspec.yaml b/rpc_express/pubspec.yaml index 3dc2f12..9f40878 100644 --- a/rpc_express/pubspec.yaml +++ b/rpc_express/pubspec.yaml @@ -1,7 +1,7 @@ name: rpc_express description: "A new Flutter project." publish_to: 'none' -version: 0.4.0 +version: 0.4.1 environment: sdk: ^3.5.3 diff --git a/rpc_express/web/favicon.png b/rpc_express/web/favicon.png index 8aaa46a..54cbb4f 100644 Binary files a/rpc_express/web/favicon.png and b/rpc_express/web/favicon.png differ diff --git a/rpc_express/web/icons/Icon-192.png b/rpc_express/web/icons/Icon-192.png index b749bfe..014127c 100644 Binary files a/rpc_express/web/icons/Icon-192.png and b/rpc_express/web/icons/Icon-192.png differ diff --git a/rpc_express/web/icons/Icon-512.png b/rpc_express/web/icons/Icon-512.png index 88cfd48..6943d0e 100644 Binary files a/rpc_express/web/icons/Icon-512.png and b/rpc_express/web/icons/Icon-512.png differ diff --git a/rpc_express/web/icons/Icon-maskable-192.png b/rpc_express/web/icons/Icon-maskable-192.png index eb9b4d7..014127c 100644 Binary files a/rpc_express/web/icons/Icon-maskable-192.png and b/rpc_express/web/icons/Icon-maskable-192.png differ diff --git a/rpc_express/web/icons/Icon-maskable-512.png b/rpc_express/web/icons/Icon-maskable-512.png index d69c566..6943d0e 100644 Binary files a/rpc_express/web/icons/Icon-maskable-512.png and b/rpc_express/web/icons/Icon-maskable-512.png differ diff --git a/rpc_express/web/manifest.json b/rpc_express/web/manifest.json index 5aaec2c..75a9082 100644 --- a/rpc_express/web/manifest.json +++ b/rpc_express/web/manifest.json @@ -32,4 +32,4 @@ "purpose": "maskable" } ] -} +} \ No newline at end of file diff --git a/rpc_express/windows/runner/resources/app_icon.ico b/rpc_express/windows/runner/resources/app_icon.ico index c04e20c..a894334 100644 Binary files a/rpc_express/windows/runner/resources/app_icon.ico and b/rpc_express/windows/runner/resources/app_icon.ico differ