Skip to content

Commit

Permalink
Update robust-station-image.md
Browse files Browse the repository at this point in the history
fixes #97
  • Loading branch information
mirrorcult authored Dec 25, 2023
1 parent 872256f commit 1d60672
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/en/specifications/robust-station-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Key | Meaning
`version` | A simple integer corresponding to the RSI format version. This can be used to identify what version an RSI is and allow the implementation to correctly enable backwards compatibility modes when needed.
`size` | The dimensions of the sprites inside the RSI, stored as an associative list of `{x: ?, y: ?}`. This is _not_ the size of the PNG files that store the sprite sheet. It is used to correctly crop the individual sprites out of the sprite sheet files.
`states` | A list of _states_ that store the actual meat of the RSI, see below.
`license` | Can be left out. A valid [SPDX License Identifier](https://spdx.org/licenses/) applying to this work.
`copyright` | Can be left out. Other arbitrary copyright info such as name, source, ...
`license` | Required. A valid [SPDX License Identifier](https://spdx.org/licenses/) applying to this work.
`copyright` | Required. Other arbitrary copyright info such as name, source, ...

### States

Expand Down Expand Up @@ -98,4 +98,4 @@ Note that in practice the JSON writer probably writes the most compact JSON poss
* Editing an RSI must be possible without proper tooling. This means no binary metadata or metadata inside PNG files.
* It must be easily diffable on GitHub.
* It must not bloat Git history too much when changes are made (prevent large file rewrites).
* One PNG One Image
* One PNG One Image

0 comments on commit 1d60672

Please sign in to comment.