From 38083c8728b728fdaf77f740a1e2fe9414f43193 Mon Sep 17 00:00:00 2001 From: zlg Date: Wed, 13 Oct 2010 05:21:07 -0500 Subject: Initial commit --- templaterc | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 templaterc (limited to 'templaterc') 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 -- cgit v1.2.3-54-g00ecf