Skip to content

Commit

Permalink
1.1.580
Browse files Browse the repository at this point in the history
  • Loading branch information
quinton-ashley committed Jul 2, 2023
1 parent c54c0bf commit 98e82e1
Show file tree
Hide file tree
Showing 52 changed files with 9,495 additions and 8,941 deletions.
2 changes: 1 addition & 1 deletion about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<article>
<nav id="topNav">
<a href="../index.html" id="logoLink" class="active">
<img alt="p5play logo" src="/assets/logo.svg" class="logo">
<img alt="p5play logo" src="/assets/p5play_logo.svg" class="logo">
<span>p5play</span>
</a>
<hr>
Expand Down
Binary file removed assets/app_icon.png
Binary file not shown.
Binary file modified assets/favicon.ico
Binary file not shown.
Binary file modified assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/logo.png
Binary file not shown.
63 changes: 0 additions & 63 deletions assets/logo.svg

This file was deleted.

Binary file added assets/p5play_app_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/p5play_brand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/p5play_brand_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/p5play_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 61 additions & 0 deletions assets/p5play_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion editor/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ async function startServer() {
qrDiv.innerHTML = '';
let qr0 = document.createElement('qr-code');
qr0.id = 'qr0';
qr0.innerHTML = `<img src="/assets/logo.svg" slot="icon">`;
qr0.innerHTML = `<img src="/assets/p5play_logo.svg" slot="icon">`;
qr0.contents = 'p5play://' + ipAddress + ':7529';
qr0.moduleColor = '#ed225d';
qr0.positionRingColor = '#ed225d';
Expand Down
2 changes: 1 addition & 1 deletion editor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div id="main">
<nav id="topNav">
<a href="https://p5play.org/learn" class="externalLink">
<img id="logo" src="/assets/logo.svg" slot="icon">
<img id="logo" src="/assets/p5play_logo.svg" slot="icon">
</a>
<div id="zoneBtns">
<btn id="sceneZoneBtn" class="na" title="level editor coming soon!">
Expand Down
Loading

0 comments on commit 98e82e1

Please sign in to comment.