diff --git a/config/example/config.toml b/config/example/config.toml index 9fc87379feb..20d0b15a525 100644 --- a/config/example/config.toml +++ b/config/example/config.toml @@ -64,7 +64,7 @@ minute_topic_limit = 100 wait_for_sigusr1 = false [lobby] -splashes = ["icons/splashes/onyx_old.png", "icons/splashes/onyx_new.png"] +splashes = ["icons/splashes/onyx_new.png"] [log] ## Log client say. diff --git a/icons/splashes/chaotic_new.png b/icons/splashes/chaotic_new.png new file mode 100644 index 00000000000..945eeb433a1 Binary files /dev/null and b/icons/splashes/chaotic_new.png differ diff --git a/icons/splashes/onyx_old.png b/icons/splashes/chaotic_old.png similarity index 100% rename from icons/splashes/onyx_old.png rename to icons/splashes/chaotic_old.png diff --git a/icons/splashes/onyx_new.png b/icons/splashes/onyx_new.png index 945eeb433a1..3bd55fe1e3f 100644 Binary files a/icons/splashes/onyx_new.png and b/icons/splashes/onyx_new.png differ