Skip to content

Commit

Permalink
Update & publish new doc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue Fire committed Jan 22, 2024
1 parent 7660bfc commit 1744570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/main/_sources/flame/rendering/images.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ You render it with a `Canvas` and an optional `Paint`, `BlendMode` and `CullRect
A `SpriteBatchComponent` is also available for your convenience.

See the examples
[here](https://github.com/flame-engine/flame/blob/main/examples/lib/stories/sprites/spritebatch_example.dart).
[here](https://github.com/flame-engine/flame/blob/main/examples/lib/stories/sprites/sprite_batch_example.dart).


## ImageComposition
Expand Down
2 changes: 1 addition & 1 deletion docs/main/flame/rendering/images.html
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ <h2>SpriteBatch<a class="headerlink" href="#spritebatch" title="Link to this hea
<p>You render it with a <code class="docutils literal notranslate"><span class="pre">Canvas</span></code> and an optional <code class="docutils literal notranslate"><span class="pre">Paint</span></code>, <code class="docutils literal notranslate"><span class="pre">BlendMode</span></code> and <code class="docutils literal notranslate"><span class="pre">CullRect</span></code>.</p>
<p>A <code class="docutils literal notranslate"><span class="pre">SpriteBatchComponent</span></code> is also available for your convenience.</p>
<p>See the examples
<a class="reference external" href="https://github.com/flame-engine/flame/blob/main/examples/lib/stories/sprites/spritebatch_example.dart">here</a>.</p>
<a class="reference external" href="https://github.com/flame-engine/flame/blob/main/examples/lib/stories/sprites/sprite_batch_example.dart">here</a>.</p>
</section>
<section id="imagecomposition">
<h2>ImageComposition<a class="headerlink" href="#imagecomposition" title="Link to this heading"></a></h2>
Expand Down

0 comments on commit 1744570

Please sign in to comment.