mirror of
https://github.com/chinchang/web-maker.git
synced 2025-06-11 20:20:50 +02:00
js13kmodal: add blog post link
This commit is contained in:
@ -36,7 +36,14 @@ export function Js13KModal({ show, closeHandler }) {
|
|||||||
You have activated Web Maker's Js13kGames mode! This gives you some
|
You have activated Web Maker's Js13kGames mode! This gives you some
|
||||||
extra support to build your awesome game right here. Constantly see
|
extra support to build your awesome game right here. Constantly see
|
||||||
your game's zipped size in the footer. When you are done, download the
|
your game's zipped size in the footer. When you are done, download the
|
||||||
zip.
|
zip.{' '}
|
||||||
|
<a
|
||||||
|
href="https://medium.com/web-maker/js13kgames-jam-with-web-maker-a3389cf2cbb"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener"
|
||||||
|
>
|
||||||
|
Read more about this collaboration
|
||||||
|
</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
@ -53,7 +60,7 @@ export function Js13KModal({ show, closeHandler }) {
|
|||||||
<a
|
<a
|
||||||
href="http://js13kgames.github.io/resources/"
|
href="http://js13kgames.github.io/resources/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener"
|
||||||
>
|
>
|
||||||
Resources and useful tools
|
Resources and useful tools
|
||||||
</a>
|
</a>
|
||||||
@ -62,7 +69,7 @@ export function Js13KModal({ show, closeHandler }) {
|
|||||||
<a
|
<a
|
||||||
href="http://2018.js13kgames.com/#rules"
|
href="http://2018.js13kgames.com/#rules"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener"
|
||||||
>
|
>
|
||||||
Compo rules
|
Compo rules
|
||||||
</a>
|
</a>
|
||||||
|
Reference in New Issue
Block a user