diff options
author | zlg <zlg@zlg.space> | 2010-10-13 05:21:07 -0500 |
---|---|---|
committer | zlg <zlg@zlg.space> | 2010-10-13 05:21:07 -0500 |
commit | 38083c8728b728fdaf77f740a1e2fe9414f43193 (patch) | |
tree | 8990db6d29f0f2d9ed38d55373bdbdc756f8e439 /templaterc | |
download | gimpixel-38083c8728b728fdaf77f740a1e2fe9414f43193.tar.gz gimpixel-38083c8728b728fdaf77f740a1e2fe9414f43193.tar.bz2 gimpixel-38083c8728b728fdaf77f740a1e2fe9414f43193.tar.xz gimpixel-38083c8728b728fdaf77f740a1e2fe9414f43193.zip |
Initial commit
Diffstat (limited to '')
-rw-r--r-- | templaterc | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/templaterc b/templaterc new file mode 100644 index 0000000..d8a4cb0 --- /dev/null +++ b/templaterc @@ -0,0 +1,66 @@ +# GIMP templaterc +# +# This file will be entirely rewritten each time you exit. + +(GimpTemplate "NES (256x224)" + (width 256) + (height 224) + (unit pixels) + (xresolution 72.000000) + (yresolution 72.000000) + (resolution-unit inches) + (image-type rgb) + (fill-type transparent-fill) + (comment "")) +(GimpTemplate "SNES (512x448)" + (width 512) + (height 448) + (unit pixels) + (xresolution 72.000000) + (yresolution 72.000000) + (resolution-unit inches) + (image-type rgb) + (fill-type transparent-fill) + (comment "")) +(GimpTemplate "GB/GBC (160x144)" + (width 160) + (height 144) + (unit pixels) + (xresolution 72.000000) + (yresolution 72.000000) + (resolution-unit inches) + (image-type rgb) + (fill-type transparent-fill) + (comment "")) +(GimpTemplate "GBA (240x160)" + (width 240) + (height 160) + (unit pixels) + (xresolution 72.000000) + (yresolution 72.000000) + (resolution-unit inches) + (image-type rgb) + (fill-type transparent-fill) + (comment "")) +(GimpTemplate "NDS Single (256x192)" + (width 256) + (height 192) + (unit pixels) + (xresolution 72.000000) + (yresolution 72.000000) + (resolution-unit inches) + (image-type rgb) + (fill-type transparent-fill) + (comment "")) +(GimpTemplate "NDS Dual (256x384)" + (width 256) + (height 384) + (unit pixels) + (xresolution 72.000000) + (yresolution 72.000000) + (resolution-unit inches) + (image-type rgb) + (fill-type transparent-fill) + (comment "")) + +# end of templaterc |