Skip to content

Commit

Permalink
THREE TRANSLATIONS and other stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ncase committed Oct 1, 2019
1 parent f62f12f commit 20bd605
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -184,6 +184,11 @@ French:

This was a bad system I have made.

P.S: To jump around different scenes, type `Game.debug()` into the Javascript console.
If you hover over a gray box on the left, you'll see a sidebar that lets you jump to any scene.
(Note: this make break stuff!) You can also uncomment the lines in `main.js` to test out the game
starting from different chapters.

### Step 4:

Translate `index.html`. (about 70 words) There's further instructions in that file itself. (Feel free to add yourself + your collaborators as translators in the top-left corner!)
Expand Down Expand Up @@ -223,7 +228,7 @@ This game also has a link to a list of Mental Health Tips & Resources, [on a dif

### Step 7: TELL ME YOU ARE *DONE* 🎉🎉🎉

Ping @ncase on the Github Issue you created in Step 2 so I know! Or email me at ![](misc/email.png)
Email me at ![](misc/email.png) so I know you're done!

Do ***NOT*** send a Pull Request to *this* repo, because that will change the *original* game. I will, however, edit the original game to have a link to your translation!

Expand Down
6 changes: 5 additions & 1 deletion index.html
Expand Up @@ -211,9 +211,13 @@
<br>
<a href="//notdotteam.github.io/anxiety/">Русский</a>
<br>
<a href="https://lucasgcb.github.io/anxiety/">Português do Brasil</a>
<br>
<a href="https://jonasreich.github.io/anxiety/">Deutsch</a>
<br>
...
<br>
<a href="https://github.com/ncase/anxiety#how-to-translate" target="_blank">(make a new one?)</a>
<a href="https://github.com/ncase/anxiety#how-to-translate" target="_blank">(make your own?)</a>
</div>

<div class="corner-text" id="bottomleft">
Expand Down
4 changes: 2 additions & 2 deletions scenes/act4.md
Expand Up @@ -1426,11 +1426,11 @@ h: Like how struggling in quicksand makes you sink faster, and the solution is t
`hong({ eyes:"surprise" });`

{{if _.INJURED}}
h: Fighting against you, my fear, lead me to jump off a roof.
h: Fighting against you, my fear, led me to jump off a roof.
{{/if}}

{{if !_.INJURED}}
h: Fighting against you, my fear, almost lead me to jump off a roof.
h: Fighting against you, my fear, almost led me to jump off a roof.
{{/if}}

`hong({ body:"normal", eyes:"normal" });`
Expand Down
9 changes: 9 additions & 0 deletions sharing/index.html
Expand Up @@ -28,5 +28,14 @@ <h2>GIFs &amp; Thumbnails</h2>
<img src="thumb.png" width="320"/>
<img src="banner.png" width="650"/>

<h2>Screenshots</h2>
<img src="screenshots/0.png" width="320"/>
<img src="screenshots/1.png" width="320"/>
<img src="screenshots/2.png" width="320"/>
<img src="screenshots/3.png" width="320"/>
<img src="screenshots/4.png" width="320"/>
<img src="screenshots/5.png" width="320"/>
<img src="screenshots/6.png" width="320"/>

</body>
</html>

0 comments on commit 20bd605

Please sign in to comment.