Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
piebro committed Jan 8, 2025
1 parent de20c60 commit af6ca0b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions drawing_settings_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ The drawing settings control how your Factorio blueprint is visualized. Settings

## Basic Format

```json
```text
[
['setting-name', {svg-attributes and optional-parameters}]
['setting-name-1', {svg-attributes and optional-parameters}],
['setting-name-2', {svg-attributes and optional-parameters}],
...
]
```
An example can be found in [drawingSettings.js](drawingSettings.js).
Expand Down

0 comments on commit af6ca0b

Please sign in to comment.