Skip to content

Commit

Permalink
improve the wording in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Sep 25, 2024
1 parent 8fc96b4 commit 8668bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/sources-sprites.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ martin --sprite /path/to/sprite_a --sprite /path/to/other/sprite_b
```

To use generate Signed Distance Fields (SDFs) images instead, the `--make_sdf` Option can be added.
This makes images be handled as a SDFs allowing their color to be set at runtime in the map redering engines.
SDF-Images allow their color to be set at runtime in the map redering engine.

```bash
martin --sprite /path/to/sprite_a --sprite /path/to/other/sprite_b --make_sdf
Expand Down

0 comments on commit 8668bba

Please sign in to comment.