Skip to content

Commit

Permalink
new loading messages
Browse files Browse the repository at this point in the history
  • Loading branch information
LeWarpy committed Jun 25, 2023
1 parent b5cc8af commit 895bf83
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "launcher",
"preductname": "Almyria Launcher",
"version": "1.0.2",
"version": "1.0.3",
"description": "Launcher pour le serveur Almyria",
"main": "src/app.js",
"author": "Luuxis, LeWarpy <coucou@lewarpy.fr",
Expand Down
8 changes: 6 additions & 2 deletions src/assets/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ class Splash {

async startAnimation() {
let splashes = [
{ "message": "Ecipe de choce > Les mieux", "author": "LeWarpy" },
{ "message": "À quand Almyriavision ?", "author": "LeWarpy" },
{ "message": "Merci aux VIPs pour votre soutien !", "author": "warpy" },
{ "message": "c'est reparti comme en 46", "author": "stormkun" },
{ "message": "koduro", "author": "koduro" },
{ "message": "KKC > all", "author": ".neville_" },
{ "message": "Ecipe de choce > Les mieux", "author": "warpy" },
{ "message": "À quand AlmyriaVision ?", "author": "warpy" },
{ "message": "Salut à tous c'est Fanta", "author": "TheFantasio974" }
]
let splash = splashes[Math.floor(Math.random() * splashes.length)];
Expand Down

0 comments on commit 895bf83

Please sign in to comment.