Skip to content

Commit

Permalink
deploy: f9b0129
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-bon committed Sep 13, 2024
1 parent a57e1db commit 2124497
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion guides/minimal.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ <h1 id="minimal-working-example"><a class="header" href="#minimal-working-exampl
bevy_ecs_tilemap = &quot;0.14&quot;
</code></pre>
<p>Then add the plugin to your app and spawn a map:</p>
<pre><pre class="playground"><code class="language-rustno_run">use bevy::prelude::*;
<pre><pre class="playground"><code class="language-rust no_run">use bevy::prelude::*;
use bevy_ecs_tiled::prelude::*;
use bevy_ecs_tilemap::prelude::*;

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,14 @@ <h1 id="introduction"><a class="header" href="#introduction">Introduction</a></h
<hr />
<h2 id="purpose-of-this-book"><a class="header" href="#purpose-of-this-book">Purpose of this book</a></h2>
<p>This book aims to give you a better understanding of how <a href="https://github.com/adrien-bon/bevy_ecs_tiled"><code>bevy_ecs_tiled</code></a> works, what you can achieve with it and how you can do it.</p>
<p>It will focus more on concepts and design concerns.
<p>It will focus on concepts, design concerns and basic tutorials.
If you need an API reference, please have a look at the <a href="https://docs.rs/bevy_ecs_tiled/latest/bevy_ecs_tiled/"><code>bevy_ecs_tiled</code> API reference</a>.</p>
<p>Finally, this book assume you already have some sort of knowledge about <a href="https://bevyengine.org/">Bevy</a> and <a href="https://www.mapeditor.org/">Tiled</a> map editor.
There are already some good documentations available on these topics and some resources are referenced <a href="misc/useful-links.html">in the dedicated section</a>.</p>
<h2 id="architecture-of-this-book"><a class="header" href="#architecture-of-this-book">Architecture of this book</a></h2>
<p>This book is divided in several categories:</p>
<ul>
<li><strong>Design and explanation</strong>: how does the plugin works and why some technical choices have been made;</li>
<li><strong>Design and explanation</strong>: how does the plugin work and why some technical choices have been made;</li>
<li><strong>How-To's</strong>: in-depth tutorials about a specific aspect of the plugin;</li>
<li><strong>Migration guides</strong>: migration guides for specific versions;</li>
<li><strong>Miscellaneous</strong>: other topics that did not fit in other categories.</li>
Expand Down
6 changes: 3 additions & 3 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,14 @@ <h1 id="introduction"><a class="header" href="#introduction">Introduction</a></h
<hr />
<h2 id="purpose-of-this-book"><a class="header" href="#purpose-of-this-book">Purpose of this book</a></h2>
<p>This book aims to give you a better understanding of how <a href="https://github.com/adrien-bon/bevy_ecs_tiled"><code>bevy_ecs_tiled</code></a> works, what you can achieve with it and how you can do it.</p>
<p>It will focus more on concepts and design concerns.
<p>It will focus on concepts, design concerns and basic tutorials.
If you need an API reference, please have a look at the <a href="https://docs.rs/bevy_ecs_tiled/latest/bevy_ecs_tiled/"><code>bevy_ecs_tiled</code> API reference</a>.</p>
<p>Finally, this book assume you already have some sort of knowledge about <a href="https://bevyengine.org/">Bevy</a> and <a href="https://www.mapeditor.org/">Tiled</a> map editor.
There are already some good documentations available on these topics and some resources are referenced <a href="misc/useful-links.html">in the dedicated section</a>.</p>
<h2 id="architecture-of-this-book"><a class="header" href="#architecture-of-this-book">Architecture of this book</a></h2>
<p>This book is divided in several categories:</p>
<ul>
<li><strong>Design and explanation</strong>: how does the plugin works and why some technical choices have been made;</li>
<li><strong>Design and explanation</strong>: how does the plugin work and why some technical choices have been made;</li>
<li><strong>How-To's</strong>: in-depth tutorials about a specific aspect of the plugin;</li>
<li><strong>Migration guides</strong>: migration guides for specific versions;</li>
<li><strong>Miscellaneous</strong>: other topics that did not fit in other categories.</li>
Expand Down Expand Up @@ -226,7 +226,7 @@ <h2 id="i-want-to-add-a-new-feature-thats-not-yet-in-the-crate"><a class="header
bevy_ecs_tilemap = &quot;0.14&quot;
</code></pre>
<p>Then add the plugin to your app and spawn a map:</p>
<pre><pre class="playground"><code class="language-rustno_run">use bevy::prelude::*;
<pre><pre class="playground"><code class="language-rust no_run">use bevy::prelude::*;
use bevy_ecs_tiled::prelude::*;
use bevy_ecs_tilemap::prelude::*;

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 2124497

Please sign in to comment.