Skip to content

Commit 418da23

Browse files
committed
Info Update
Includes link to PixiJS Github
1 parent d2a21f4 commit 418da23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1>ZephyrJS</h1>
2-
<p><b>Expands PixiJS for easy interactive game/project development!</b><br/>I'm not part of the PixiJS team (though I wish I was), so any PixiJS questions should go to them :)</p>
2+
<p><b>Expands <a href="https://github.com/pixijs/pixijs">PixiJS</a> for easy interactive game/project development!</b><br/></p>
33
<h2>Tell Me Why</h2>
44
<p>PixiJS on its own is very powerful, but a lot of work is needed to make it work for web-based games. PhaserIO is exclusively used to make games, and not all of the functionality is easily translatable back to Pixi. ZephyrJS directly ADDS to Pixi instead of wrapping it, letting you use the full functionality of Pixi so that what you've gotten used to can still be used outside of Zephyr.</p>
55
<h2>Getting Started</h2>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
<body>
7474
<h1>ZephyrJS</h1>
75-
<p><b>Expands PixiJS for easy interactive game/project development!</b><br/>I'm not part of the PixiJS team (though I wish I was), so any PixiJS questions should go to them :)</p>
75+
<p><b>Expands <a href="https://github.com/pixijs/pixijs">PixiJS</a> for easy interactive game/project development!</b><br/></p>
7676
<h2>Tell Me Why</h2>
7777
<p>PixiJS on its own is very powerful, but a lot of work is needed to make it work for web-based games. PhaserIO is exclusively used to make games, and not all of the functionality is easily translatable back to Pixi. ZephyrJS directly ADDS to Pixi instead of wrapping it, letting you use the full functionality of Pixi so that what you've gotten used to can still be used outside of Zephyr.</p>
7878
<h2>Getting Started</h2>

0 commit comments

Comments
 (0)