From 3f52fa6dac98d769a58b6c95b308592532d33b7f 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 ption>
path: root/.gitignore (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-08Add remaining filters to vgstash packagezlg1-2/+11
2018-09-04Update LICENSE to match setup.pyzlg1-80/+67
2018-09-03Branch off from master with pytest, tox, clickzlg16-778/+779
2018-03-18Flesh out filter types and ownership statuszlg3-82/+144
2018-03-18README.mdown: break line correctlyzlg1-1/+1
2018-03-18add 'playlog' list filterzlg2-2/+9
2018-03-13Update helpers a bitzlg1-2/+9
2018-03-13Make VGSTASH_DB_LOCATION point to a filezlg2-21/+20
2016-11-18Remove settings from helpers.shZe Libertine Gamer1-5/+0
2016-11-15Correct phrasing in README.Ze Libertine Gamer1-4/+4
2016-11-13DerpZe Libertine Gamer1-0/+1
2016-11-03Improve error handling in shell scriptsZe Libertine Gamer4-3/+23
2016-10-24Correct run_again, add recursionZe Libertine Gamer1-0/+4
2016-10-21Add quotes to correct behavior for arglistZe Libertine Gamer1-1/+1
2016-10-14updater.sh: add recursion, error handlingZe Libertine Gamer1-43/+101
2016-10-14Correct pipe-handling behaviorZe Libertine Gamer1-1/+9
2016-10-12Clarify a method to move between platformsZe Libertine Gamer1-2/+5