Skip to content

Commit

Permalink
docs typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammin committed May 6, 2024
1 parent 5a5d406 commit acc0b5f
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 93 deletions.
2 changes: 1 addition & 1 deletion DocFX/documentation/Topics/topic_AnimatedTiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Though LDtk does not support animated tiles, the importer has some support for i

| Keyword | Type | Default | Description | Example |
|------------------------|---------|---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------|
| `animatedSprites` | `int` | (empty) | The tile ID frames to use in the animation. | `animatedTiles 0,1,2,3,3,3,2,1` |
| `animatedSprites` | `int` | (empty) | The tile ID frames to use in the animation. | `animatedSprites 0,1,2,3,3,3,2,1` |
| `animationSpeed` | `float` | 1 | The animation speed.<br/>Put one number for a fixed value.<br/>Put two numbers for a random range. | `animationSpeed 2`<br/>`animationSpeed 1.5, 3` |
| `animationStartTime` | `float` | 0 | The initial animation time of a tile.<br/>Put one number for a fixed value.<br/>Put two numbers for a random range. | `animationStartTime 0.5`<br/>`animationStartTime 0, 2.5` |
| `animationStartFrame` | `int` | 0 | The initial animation frame of a tile.<br/>Put one number for a fixed value.<br/>Put two numbers for a random range.<br/>This overrides `animationStartTime`. | `animationStartFrame 2`<br/>`animationStartFrame 0, 3` |
Expand Down
4 changes: 2 additions & 2 deletions docs/documentation/Topics/topic_AnimatedTiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h2 id="setup">Setup</h2>
<td><code>int</code></td>
<td>(empty)</td>
<td>The tile ID frames to use in the animation.</td>
<td><code>animatedTiles 0,1,2,3,3,3,2,1</code></td>
<td><code>animatedSprites 0,1,2,3,3,3,2,1</code></td>
</tr>
<tr>
<td><code>animationSpeed</code></td>
Expand Down Expand Up @@ -141,7 +141,7 @@ <h2 id="disclaimer">Disclaimer</h2>
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/Cammin/LDtkToUnity/blob/develop/DocFX/documentation/Topics/topic_AnimatedTiles.md/#L1" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/Cammin/LDtkToUnity/blob/master/DocFX/documentation/Topics/topic_AnimatedTiles.md/#L1" class="contribution-link">Improve this Doc</a>
</li>
</ul>
</div>
Expand Down
Loading

0 comments on commit acc0b5f

Please sign in to comment.