Skip to content

Commit

Permalink
Merge pull request #2 from AlexisL61/dev
Browse files Browse the repository at this point in the history
feat: Add illuminates
  • Loading branch information
AlexisL61 authored Dec 15, 2024
2 parents 7023279 + b40ba26 commit 77c5ae4
Show file tree
Hide file tree
Showing 20 changed files with 80 additions and 68 deletions.
Binary file modified rpc_express/assets/common/png/app-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
5 changes: 5 additions & 0 deletions rpc_express/lib/gen/assets.gen.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ enum HelldiversFactions {
humans(name: "Humans"),
terminids(name: "Terminids"),
automatons(name: "Automaton"),
illuminates(name: "Illuminate"),
unknown(name: "Unknown");

final String name;
Expand All @@ -19,6 +20,8 @@ enum HelldiversFactions {
return HelldiversFactions.terminids;
case 'Automaton':
return HelldiversFactions.automatons;
case 'Illuminate':
return HelldiversFactions.illuminates;
case 'Unknown':
return HelldiversFactions.unknown;
}
Expand All @@ -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;
}
Expand All @@ -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);
}
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion rpc_express/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Binary file modified rpc_express/web/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified rpc_express/web/icons/Icon-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified rpc_express/web/icons/Icon-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified rpc_express/web/icons/Icon-maskable-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified rpc_express/web/icons/Icon-maskable-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion rpc_express/web/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
"purpose": "maskable"
}
]
}
}
Binary file modified rpc_express/windows/runner/resources/app_icon.ico
Binary file not shown.

0 comments on commit 77c5ae4

Please sign in to comment.