Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
G5Sonic committed May 4, 2024
1 parent cdd3d27 commit 782bce4
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 32 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
edit test
## lainTSX

A browser-based implementation of the Serial Experiments Lain PSX game using `react-three-fiber` with the aim to provide multi-language support and make it more accessible.
Expand Down
Binary file modified _build/.doctrees/README.doctree
Binary file not shown.
Binary file modified _build/.doctrees/environment.pickle
Binary file not shown.
23 changes: 7 additions & 16 deletions _build/html/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<link rel="stylesheet" type="text/css" href="_static/styles/sphinx-book-theme.css?v=384b581d" />
<link rel="stylesheet" type="text/css" href="_static/togglebutton.css?v=13237357" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
<link rel="stylesheet" type="text/css" href="_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css?v=be8a1c11" />
<link rel="stylesheet" type="text/css" href="_static/sphinx-thebe.css?v=4fa983c6" />
<link rel="stylesheet" type="text/css" href="_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />

Expand Down Expand Up @@ -321,8 +321,8 @@ <h2> Contents </h2>
<li class="toc-h1 nav-item toc-entry"><a class="reference internal nav-link" href="#history">History</a></li>
<li class="toc-h1 nav-item toc-entry"><a class="reference internal nav-link" href="#building-locally">Building locally</a></li>
<li class="toc-h1 nav-item toc-entry"><a class="reference internal nav-link" href="#code-strutcure">Code strutcure</a></li>
<li class="toc-h1 nav-item toc-entry"><a class="reference internal nav-link" href="#setup">SETUP</a></li>
<li class="toc-h1 nav-item toc-entry"><a class="reference internal nav-link" href="#todo">TODO</a></li>
<li class="toc-h1 nav-item toc-entry"><a class="reference internal nav-link" href="#screenshots">Screenshots</a></li>
<li class="toc-h1 nav-item toc-entry"><a class="reference internal nav-link" href="#reporting-bugs-and-contributing">Reporting bugs and contributing</a></li>
<li class="toc-h1 nav-item toc-entry"><a class="reference internal nav-link" href="#tools-used-during-development">Tools used during development</a></li>
</ul>
Expand Down Expand Up @@ -376,26 +376,17 @@ <h1>Code strutcure<a class="headerlink" href="#code-strutcure" title="Link to th
</li>
</ul>
</section>
<section id="setup">
<h1>SETUP<a class="headerlink" href="#setup" title="Link to this heading">#</a></h1>
<p>There is no setup required. The game is available online on <a class="reference external" href="https://laingame.net/">https://laingame.net/</a></p>
</section>
<section id="todo">
<h1>TODO<a class="headerlink" href="#todo" title="Link to this heading">#</a></h1>
<ul class="simple">
<li><p><strong>Finish writing the extraction script</strong></p></li>
<li><p><strong>Improve/complete the translation</strong></p></li>
</ul>
</section>
<section id="screenshots">
<h1>Screenshots<a class="headerlink" href="#screenshots" title="Link to this heading">#</a></h1>
<p align="center">
<img src="screenshots/1.png" width="49%">
<img src="screenshots/2.jpg" width="49%">
<img src="screenshots/3.png" width="49%">
<img src="screenshots/4.png" width="49%">
<img src="screenshots/5.png" width="49%">
<img src="screenshots/6.png" width="49%">
<img src="screenshots/7.png" width="49%">
<img src="screenshots/8.png" width="49%">
</p>
</section>
<section id="reporting-bugs-and-contributing">
<h1>Reporting bugs and contributing<a class="headerlink" href="#reporting-bugs-and-contributing" title="Link to this heading">#</a></h1>
<p>If you have any ideas/suggestions/found an issue or want to help us with the translation or anything else, please <a class="reference external" href="https://github.com/ad044/lainTSX/issues">make an issue</a>.</p>
Expand Down Expand Up @@ -463,8 +454,8 @@ <h1>Tools used during development<a class="headerlink" href="#tools-used-during-
<li class="toc-h1 nav-item toc-entry"><a class="reference internal nav-link" href="#history">History</a></li>
<li class="toc-h1 nav-item toc-entry"><a class="reference internal nav-link" href="#building-locally">Building locally</a></li>
<li class="toc-h1 nav-item toc-entry"><a class="reference internal nav-link" href="#code-strutcure">Code strutcure</a></li>
<li class="toc-h1 nav-item toc-entry"><a class="reference internal nav-link" href="#setup">SETUP</a></li>
<li class="toc-h1 nav-item toc-entry"><a class="reference internal nav-link" href="#todo">TODO</a></li>
<li class="toc-h1 nav-item toc-entry"><a class="reference internal nav-link" href="#screenshots">Screenshots</a></li>
<li class="toc-h1 nav-item toc-entry"><a class="reference internal nav-link" href="#reporting-bugs-and-contributing">Reporting bugs and contributing</a></li>
<li class="toc-h1 nav-item toc-entry"><a class="reference internal nav-link" href="#tools-used-during-development">Tools used during development</a></li>
</ul>
Expand Down
16 changes: 3 additions & 13 deletions _build/html/_sources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,14 @@ Building locally is currently not possible. This is because the repository lacks

- **extract/** - WIP extraction script to automate the local building process of the game.

## SETUP
There is no setup required. The game is available online on https://laingame.net/

## TODO

- **Finish writing the extraction script**
- **Improve/complete the translation**

## Screenshots

<p align="center">
<img src="screenshots/1.png" width="49%">
<img src="screenshots/2.jpg" width="49%">
<img src="screenshots/3.png" width="49%">
<img src="screenshots/4.png" width="49%">
<img src="screenshots/5.png" width="49%">
<img src="screenshots/6.png" width="49%">
<img src="screenshots/7.png" width="49%">
<img src="screenshots/8.png" width="49%">
</p>

## Reporting bugs and contributing

If you have any ideas/suggestions/found an issue or want to help us with the translation or anything else, please [make an issue](https://github.com/ad044/lainTSX/issues).
Expand Down
2 changes: 1 addition & 1 deletion _build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<link rel="stylesheet" type="text/css" href="_static/styles/sphinx-book-theme.css?v=384b581d" />
<link rel="stylesheet" type="text/css" href="_static/togglebutton.css?v=13237357" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
<link rel="stylesheet" type="text/css" href="_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css?v=be8a1c11" />
<link rel="stylesheet" type="text/css" href="_static/sphinx-thebe.css?v=4fa983c6" />
<link rel="stylesheet" type="text/css" href="_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />

Expand Down
2 changes: 1 addition & 1 deletion _build/html/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<link rel="stylesheet" type="text/css" href="_static/styles/sphinx-book-theme.css?v=384b581d" />
<link rel="stylesheet" type="text/css" href="_static/togglebutton.css?v=13237357" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
<link rel="stylesheet" type="text/css" href="_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css?v=be8a1c11" />
<link rel="stylesheet" type="text/css" href="_static/sphinx-thebe.css?v=4fa983c6" />
<link rel="stylesheet" type="text/css" href="_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />

Expand Down
2 changes: 1 addition & 1 deletion _build/html/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 782bce4

Please sign in to comment.