Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Added New Apps and fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Notplayingallday383 committed Nov 29, 2022
1 parent d56af47 commit 0a54a14
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion static/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@

[data-theme="fracital"] {
/* body */
--wallpaper: url("resources/wallpapers/fracitalWall.png");
--body: #1C1C1C;
--body-color: #FF75F9;
--userselect-background: #ffffff0a;
Expand Down
5 changes: 4 additions & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ <h5 class="timeT" id="time"></h5>
<svg class="appIcon" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
<path class="fill" fill-rule="evenodd" clip-rule="evenodd" d="M9 23C9 19.6863 11.6863 17 15 17H65.6111C68.9248 17 71.6111 19.6863 71.6111 23V57C71.6111 60.3137 68.9248 63 65.6111 63H15C11.6863 63 9 60.3137 9 57V23ZM38.3889 46.4945C38.3889 45.9422 38.8366 45.4945 39.3889 45.4945H56.5555C57.1078 45.4945 57.5555 45.9422 57.5555 46.4945V49.6056C57.5555 50.1579 57.1078 50.6056 56.5555 50.6056H39.3889C38.8366 50.6056 38.3889 50.1579 38.3889 49.6056V46.4945ZM21.2652 45.9362C20.8421 46.2912 20.787 46.9219 21.142 47.345L23.6893 50.3808C24.0443 50.8039 24.6751 50.8591 25.0981 50.5041L34.2339 42.8382L37.2697 40.2909C37.6928 39.9359 37.748 39.3051 37.393 38.8821L34.8456 35.8463L34.8452 35.8457L27.1798 26.7105C26.8248 26.2874 26.194 26.2322 25.771 26.5872L22.7352 29.1346C22.3121 29.4896 22.2569 30.1203 22.6119 30.5434L28.1976 37.2002L28.8344 38.2495C29.0609 38.6227 29.0192 39.0996 28.7314 39.4277L27.9221 40.3504L27.922 40.3505L21.2652 45.9362ZM29.635 38.9132L28.1976 37.2002L29.635 38.9131L29.635 38.9132Z"/>
</svg>
</div>
<div class="deskapp" data-appName="Minecraft" title="Minecraft" onclick="windows('https://ubg100.github.io/games/eaglercraft/index.html', './resources/mc.png', 'Minecraft', false, false, false, 'Minecraft');">
<img src="./resources/mc.png" id="Minecraft" title="Minecraft" class="appIcon">
</div>
<div class="deskapp" data-appName="ruffle" title="Ruffle" onclick="windows('ruffle/ruffle.html', './resources/ruffle.svg', 'Ruffle', false, true, false, 'ruffle');">
<svg class="appIcon" width="40.1" height="42.9" inkscape:version="1.0.2 (e86c870879, 2021-01-15)" sodipodi:docname="ruffle.svg"
Expand Down Expand Up @@ -223,7 +226,7 @@ <h5 class="timeT" id="time"></h5>
</div>
</div>
</div>
<p class="version">Version stable v1.42</p>
<p class="version">Version stable v1.43</p>
<script src="./js/windows.js"></script>
<script src="uv/uv.bundle.js"></script>
<script src="uv/uv.config.js"></script>
Expand Down
3 changes: 3 additions & 0 deletions static/js/windows.js
Original file line number Diff line number Diff line change
Expand Up @@ -1331,6 +1331,9 @@ switch(id) {
case "image":
windows("../image/image.html", "../resources/image.svg", "Image Viewer", false, true, false, "image");
break;
case "Minecraft":
windows('https://eaglercraft-server.johnglynn2.repl.co', '../resources/mc.png', 'Minecraft', false, false, false, "Minecraft");
break;
case "ruffle":
windows("../ruffle/ruffle.html", "../resources/ruffle.svg", "Ruffle", false, true, false, "ruffle");
break;
Expand Down
Binary file added static/resources/mc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0a54a14

Please sign in to comment.