diff --git a/README.md b/README.md index 3c22991..fe7df6b 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,7 @@ Vanilla Cave Story does not work yet because some important data files have been #### Credits - Studio Pixel/Nicalis for Cave Story -- [@uselesscalcium](https://twitter.com/uselesscalcium) - Android port icon artwork -- Daedily - banner / server icon artwork +- [@Daedily](https://twitter.com/Daedliy) - brand artwork (Icon / Banner / Server) - [ggez](https://github.com/ggez/ggez) - parts of it are used in `crate::framework`, notably the VFS code. - [@ClayHanson_](https://twitter.com/ClayHanson_) - for letting us use his .pxchar skin format from Cave Story Multiplayer mod. - [Clownacy](https://github.com/Clownacy) - widescreen camera code. diff --git a/app/app/src/main/ic_launcher-playstore.png b/app/app/src/main/ic_launcher-playstore.png index c320b1c..15fcb33 100644 Binary files a/app/app/src/main/ic_launcher-playstore.png and b/app/app/src/main/ic_launcher-playstore.png differ diff --git a/app/app/src/main/res/mipmap-hdpi/ic_launcher.png b/app/app/src/main/res/mipmap-hdpi/ic_launcher.png index 19daeed..d087e94 100644 Binary files a/app/app/src/main/res/mipmap-hdpi/ic_launcher.png and b/app/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/app/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/app/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png index f3ce124..35ba79d 100644 Binary files a/app/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png and b/app/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/app/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/app/app/src/main/res/mipmap-hdpi/ic_launcher_round.png index 19daeed..ccab741 100644 Binary files a/app/app/src/main/res/mipmap-hdpi/ic_launcher_round.png and b/app/app/src/main/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/app/app/src/main/res/mipmap-mdpi/ic_launcher.png b/app/app/src/main/res/mipmap-mdpi/ic_launcher.png index c4f5d9c..a2e8780 100644 Binary files a/app/app/src/main/res/mipmap-mdpi/ic_launcher.png and b/app/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/app/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/app/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png index b2c9e7a..a211569 100644 Binary files a/app/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png and b/app/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/app/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/app/app/src/main/res/mipmap-mdpi/ic_launcher_round.png index c4f5d9c..1fbb807 100644 Binary files a/app/app/src/main/res/mipmap-mdpi/ic_launcher_round.png and b/app/app/src/main/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/app/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/app/app/src/main/res/mipmap-xhdpi/ic_launcher.png index d02f039..96f32ff 100644 Binary files a/app/app/src/main/res/mipmap-xhdpi/ic_launcher.png and b/app/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/app/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/app/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png index 4cea2ad..f7ba99f 100644 Binary files a/app/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png and b/app/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/app/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/app/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png index d02f039..ddf5690 100644 Binary files a/app/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png and b/app/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/app/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/app/app/src/main/res/mipmap-xxhdpi/ic_launcher.png index 65c0161..bd61c87 100644 Binary files a/app/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and b/app/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/app/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/app/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png index e7d46ef..b3ad3d9 100644 Binary files a/app/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png and b/app/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/app/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/app/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png index 65c0161..f3d87da 100644 Binary files a/app/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png and b/app/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/app/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/app/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png index deaddf6..40169ba 100644 Binary files a/app/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and b/app/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/app/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/app/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png index e70b535..a480489 100644 Binary files a/app/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png and b/app/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/app/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/app/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png index deaddf6..acf69cc 100644 Binary files a/app/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png and b/app/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/app/app/src/main/res/values/ic_launcher_background.xml b/app/app/src/main/res/values/ic_launcher_background.xml index 15079f8..b2b6337 100644 --- a/app/app/src/main/res/values/ic_launcher_background.xml +++ b/app/app/src/main/res/values/ic_launcher_background.xml @@ -1,4 +1,4 @@ - #8DA5F8 + #FD7F44 \ No newline at end of file