Skip to content

Instantly share code, notes, and snippets.

@dacap
Created August 17, 2016 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dacap/e34cfa0fcde8e7b99c14ffac179d9415 to your computer and use it in GitHub Desktop.
Save dacap/e34cfa0fcde8e7b99c14ffac179d9415 to your computer and use it in GitHub Desktop.
Aseprite pixel aspect ratio hack
<check id="advanced_check" text="Advanced Options" />
<vbox id="advanced">
<grid columns="2">
<label text="Pixel Ratio:" />
<combobox id="pixel_ratio" cell_align="horizontal">
<listitem text="Square Pixels (1:1)" value="1:1" />
<listitem text="Double-wide Pixels (2:1)" value="2:1" />
<listitem text="Double-high Pixels (1:2)" value="1:2" />
<listitem text="NES/SNES (8:7)" value="8:7" />
</combobox>
</grid>
</vbox>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment