Skip to content

Commit

Permalink
Prune images added to jspaint for Konami Code
Browse files Browse the repository at this point in the history
- Prune the images added to jspaint/ to just one, so that there's just one svg file I'll be adding when syncing up jspaint and adding the Konami Code feature
- Rename files so they're short and sweet
- Include attribution in the SVGs
  • Loading branch information
1j01 committed Apr 8, 2018
1 parent 4e2c73b commit 7243baf
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 684 deletions.
22 changes: 8 additions & 14 deletions filesystem-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@
},
"images": {
"3d.jpg": null,
"98-logo": {
"windows-98-logo-vector-by-pkmnct-plus-js-logo-plus-98-js-org-all-text-as-paths.svg": null,
"windows-98-logo-vector-by-pkmnct-plus-js-logo-plus-98-js-org.png": null,
"windows-98-logo-vector-by-pkmnct-plus-js-logo-plus-98-js-org.svg": null,
"windows-98-logo-vector-by-pkmnct-plus-js-logo.png": null,
"windows-98-logo-vector-by-pkmnct-plus-js-logo.svg": null
},
"arrows.png": null,
"favicon-src": {
"favicon-16x16.png": null,
Expand Down Expand Up @@ -206,6 +199,13 @@
"windows-update-32x32.png": null,
"windows-update-48x48.png": null
},
"logo": {
"98.js.org.svg": null,
"98.js.org.svg.png": null,
"98.js.org.text-source.svg": null,
"98.js.svg": null,
"98.js.svg.png": null
},
"start-logo.png": null,
"start-menu-side-98-js-alt.png": null,
"start-menu-side-98-js.gif": null,
Expand Down Expand Up @@ -295,13 +295,7 @@
"p_txt.gif": null
},
"images": {
"98-logo": {
"windows-98-logo-vector-by-pkmnct-plus-js-logo-plus-98-js-org-all-text-as-paths.svg": null,
"windows-98-logo-vector-by-pkmnct-plus-js-logo-plus-98-js-org.png": null,
"windows-98-logo-vector-by-pkmnct-plus-js-logo-plus-98-js-org.svg": null,
"windows-98-logo-vector-by-pkmnct-plus-js-logo.png": null,
"windows-98-logo-vector-by-pkmnct-plus-js-logo.svg": null
},
"98.js.org.svg": null,
"arrows.png": null,
"cursors": {
"airbrush.png": null,
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions programs/jspaint/src/vaporwave-fun.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ var start_movie = function () {
rotologo.classList.add("rotologo");
if (frameElement) {
frameElement.parentElement.appendChild(rotologo);
rotologo.src = "images/98-logo/windows-98-logo-vector-by-pkmnct-plus-js-logo-plus-98-js-org-all-text-as-paths.svg";
rotologo.src = "images/logo/98.js.org.svg";
} else {
document.body.appendChild(rotologo);
rotologo.src = "images/98-logo/windows-98-logo-vector-by-pkmnct-plus-js-logo-plus-98-js-org-all-text-as-paths.svg";
rotologo.src = "images/98.js.org.svg";
}

$(rotologo).css({
Expand Down

0 comments on commit 7243baf

Please sign in to comment.