diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..40b878d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules/ \ No newline at end of file diff --git a/512x512.png b/assets/512x512.png similarity index 100% rename from 512x512.png rename to assets/512x512.png diff --git a/Click_stereo.ogg.mp3 b/assets/Click_stereo.ogg.mp3 similarity index 100% rename from Click_stereo.ogg.mp3 rename to assets/Click_stereo.ogg.mp3 diff --git a/Minecraft.ttf b/assets/Minecraft.ttf similarity index 100% rename from Minecraft.ttf rename to assets/Minecraft.ttf diff --git a/gdb-keyboard-2.png b/assets/gdb-keyboard-2.png similarity index 100% rename from gdb-keyboard-2.png rename to assets/gdb-keyboard-2.png diff --git a/gdb-switch-2.png b/assets/gdb-switch-2.png similarity index 100% rename from gdb-switch-2.png rename to assets/gdb-switch-2.png diff --git a/gdb-xbox-2.png b/assets/gdb-xbox-2.png similarity index 100% rename from gdb-xbox-2.png rename to assets/gdb-xbox-2.png diff --git a/minecraft.jpg b/assets/minecraft.jpg similarity index 100% rename from minecraft.jpg rename to assets/minecraft.jpg diff --git a/minecraftlogo.png b/assets/minecraftlogo.png similarity index 100% rename from minecraftlogo.png rename to assets/minecraftlogo.png diff --git a/restart.png b/assets/restart.png similarity index 100% rename from restart.png rename to assets/restart.png diff --git a/index.html b/index.html index 6faf93a..d332ed9 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ LegacyLauncher - + @@ -46,7 +46,7 @@
- Minecraft Logo + Minecraft Logo
Splash!
@@ -54,7 +54,7 @@ diff --git a/package-lock.json b/package-lock.json index ce6cfa6..4313600 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "legacylauncher", - "version": "3.0.1", + "version": "3.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "legacylauncher", - "version": "3.0.1", + "version": "3.5.0", "license": "ISC", "dependencies": { "electron-store": "^6.0.1", diff --git a/renderer.js b/renderer.js index 42f5b42..e808b70 100644 --- a/renderer.js +++ b/renderer.js @@ -352,8 +352,8 @@ const GamepadManager = { const UiSoundManager = { files: { - cursor: 'JDSherbert - Ultimate UI SFX Pack - Cursor - 1.mp3', - select: 'Click_stereo.ogg.mp3', + cursor: 'JDSherbert - Ultimate UI SFX Pack - Cursor - 1.mp3', //doesnt exist? + select: 'assets/Click_stereo.ogg.mp3', cancel: 'JDSherbert - Ultimate UI SFX Pack - Cancel - 1.mp3', popupOpen: 'JDSherbert - Ultimate UI SFX Pack - Popup Open - 1.mp3', popupClose: 'JDSherbert - Ultimate UI SFX Pack - Popup Close - 1.mp3', @@ -990,7 +990,7 @@ async function renderGallery() { item.className = 'gallery-item nav-item'; item.tabIndex = 0; item.innerHTML = ` - ${ss.name} + ${ss.name}