mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 21:47:17 +02:00
Updated HTML docs
This commit is contained in:
parent
937794ad0b
commit
dcc4cbe66f
316 changed files with 34330 additions and 3279 deletions
|
|
@ -101,6 +101,7 @@ in mind for your own game, this will give you a good start.</p>
|
|||
<h2>Systems<a class="headerlink" href="#systems" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="toctree-wrapper compound">
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="Tutorial-Persistent-Handler.html">Making a Persistent object Handler</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="Gametime-Tutorial.html">Gametime Tutorial</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="Help-System-Tutorial.html">Help System Tutorial</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="Mass-and-weight-for-objects.html">Mass and weight for objects</a></li>
|
||||
|
|
@ -140,6 +141,17 @@ in mind for your own game, this will give you a good start.</p>
|
|||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
<section id="old-tutorials">
|
||||
<h2>Old tutorials<a class="headerlink" href="#old-tutorials" title="Permalink to this headline">¶</a></h2>
|
||||
<p>These will be replaced by the Beginner Tutorial, but remain here until that is complete.</p>
|
||||
<div class="toctree-wrapper compound">
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="Implementing-a-game-rule-system.html">Implementing a game rule system</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="Turn-based-Combat-System.html">Turn based Combat System</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="A-Sittable-Object.html">Making a sittable object</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
|
@ -172,6 +184,7 @@ in mind for your own game, this will give you a good start.</p>
|
|||
<li><a class="reference internal" href="#systems">Systems</a></li>
|
||||
<li><a class="reference internal" href="#web-related-tutorials">Web-related tutorials</a></li>
|
||||
<li><a class="reference internal" href="#deep-dives">Deep-dives</a></li>
|
||||
<li><a class="reference internal" href="#old-tutorials">Old tutorials</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue