Modifs diverses

This commit is contained in:
Katalijst 2020-10-08 20:40:28 +02:00
parent bb64c8f80a
commit e6551d3c72
4 changed files with 6 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 58 KiB

View File

@ -11,7 +11,7 @@
<span id="welcomeDescCTA">Vous n'êtes plus qu'à quelques clics de débuter votre aventure !</span>
<button id="welcomeButton">
<div id="welcomeButtonContent">
CONTINUE
CONTINUER
<svg id="welcomeSVG" viewBox="0 0 24.87 13.97">
<defs>
<style>.arrowLine{fill:none;stroke:#FFF;stroke-width:2px;transition: 0.25s ease;}</style>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 186 KiB

View File

@ -2,12 +2,12 @@
"name": "adventurecraftlauncher",
"version": "1.8.0",
"productName": "AdventureCraft Launcher",
"description": "Modded Minecraft Launcher",
"author": "Daniel Scalzi (https://github.com/dscalzi/)",
"description": "Launcher du serveur AdventureCraft",
"author": "Daniel Scalzi (https://github.com/dscalzi/) | Katalijst",
"license": "UNLICENSED",
"homepage": "https://github.com/dscalzi/HeliosLauncher",
"homepage": "https://github.com/Katalijst/AdventureCraftLauncher",
"bugs": {
"url": "https://github.com/dscalzi/HeliosLauncher/issues"
"url": "https://github.com/Katalijst/AdventureCraftLauncher/issues"
},
"private": true,
"main": "index.js",
@ -47,6 +47,6 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/dscalzi/HeliosLauncher.git"
"url": "git+https://github.com/Katalijst/AdventureCraftLauncher.git"
}
}