Skip to content

Commit

Permalink
Fixes about dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhaserEditor2D committed Nov 13, 2023
1 parent 582fffb commit 47182df
Show file tree
Hide file tree
Showing 10 changed files with 58,800 additions and 24,650 deletions.
41,715 changes: 29,395 additions & 12,320 deletions docs/editor/app/plugins/helpcenter.phaser/res.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/editor/app/plugins/product.all/product.all.js
Original file line number Diff line number Diff line change
Expand Up @@ -26964,7 +26964,7 @@ var helpcenter;
clientArea.style.overflowY = "scroll";
clientArea.innerHTML = `
<center>
<img src="app/favicon.png">
<img src="editor/static/favicon.png">
<h4>Unofficial Phaser Help Center</h4>
<small><b>v${colibri.PRODUCT_VERSION} - Phaser ${helpcenter.phaser.PHASER_VER}</small></b>
<p>Developed by the <a href="https://phasereditor2d.com" target="_blank">Phaser Editor 2D team</a></p>
Expand Down
4 changes: 2 additions & 2 deletions docs/editor/product.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Unofficial Phaser Help Center",
"version": "1.3.1",
"phaserVersion": "3.60.0"
"version": "1.3.2",
"phaserVersion": "3.70.0"
}
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<meta name="twitter:creator" content="@PhaserEditor2D">

<!-- product.all -->
<link href="/editor/app/plugins/product.all/product.all.css?v=1699881601" rel="stylesheet">
<link href="/editor/app/plugins/product.all/product.all.css?v=1699906772" rel="stylesheet">


<style>
Expand Down Expand Up @@ -76,7 +76,7 @@
</script>

<!-- product.all -->
<script src="/editor/app/plugins/product.all/product.all.js?v=1699881601"></script>
<script src="/editor/app/plugins/product.all/product.all.js?v=1699906772"></script>

</body>

Expand Down
2 changes: 1 addition & 1 deletion docs/sw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const VER = "1.3.1";
const VER = "1.3.2";

// -- start here -- //

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "helpcenter-phaser3",
"version": "1.3.2",
"phaserVersion": "3.60.0",
"phaserVersion": "3.70.0",
"description": "Integrated tool for browsing the Phaser docs and examples.",
"main": "index.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ var helpcenter;
clientArea.style.overflowY = "scroll";
clientArea.innerHTML = `
<center>
<img src="app/favicon.png">
<img src="editor/static/favicon.png">
<h4>Unofficial Phaser Help Center</h4>
<small><b>v${colibri.PRODUCT_VERSION} - Phaser ${helpcenter.phaser.PHASER_VER}</small></b>
<p>Developed by the <a href="https://phasereditor2d.com" target="_blank">Phaser Editor 2D team</a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace helpcenter.main.ui.dialogs {
clientArea.style.overflowY = "scroll";
clientArea.innerHTML = `
<center>
<img src="app/favicon.png">
<img src="editor/static/favicon.png">
<h4>Unofficial Phaser Help Center</h4>
<small><b>v${colibri.PRODUCT_VERSION} - Phaser ${phaser.PHASER_VER}</small></b>
<p>Developed by the <a href="https://phasereditor2d.com" target="_blank">Phaser Editor 2D team</a></p>
Expand Down
41,715 changes: 29,395 additions & 12,320 deletions source/editor/app/plugins/helpcenter.phaser/res.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion source/editor/product.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Unofficial Phaser Help Center",
"version": "1.3.2",
"phaserVersion": "3.60.0"
"phaserVersion": "3.70.0"
}

0 comments on commit 47182df

Please sign in to comment.