aboutsummaryrefslogtreecommitdiff
path: root/templaterc
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2013-10-27 10:56:18 -0500
committerzlg <zlg@zlg.space>2013-10-27 10:56:18 -0500
commit7af696f269dff9cd37ca524ea8a7d91fcd840788 (patch)
treedefc44f4b9675e942bfdb1410e92266319debae8 /templaterc
parentTidy AC palettes, update features file (diff)
downloadgimpixel-7af696f269dff9cd37ca524ea8a7d91fcd840788.tar.gz
gimpixel-7af696f269dff9cd37ca524ea8a7d91fcd840788.tar.bz2
gimpixel-7af696f269dff9cd37ca524ea8a7d91fcd840788.tar.xz
gimpixel-7af696f269dff9cd37ca524ea8a7d91fcd840788.zip
Update templaterc
Diffstat (limited to 'templaterc')
-rw-r--r--templaterc32
1 files changed, 26 insertions, 6 deletions
diff --git a/templaterc b/templaterc
index d8a4cb0..eb48fdd 100644
--- a/templaterc
+++ b/templaterc
@@ -2,7 +2,7 @@
#
# This file will be entirely rewritten each time you exit.
-(GimpTemplate "NES (256x224)"
+(GimpTemplate "NES (256×224)"
(width 256)
(height 224)
(unit pixels)
@@ -12,7 +12,7 @@
(image-type rgb)
(fill-type transparent-fill)
(comment ""))
-(GimpTemplate "SNES (512x448)"
+(GimpTemplate "SNES (512×448)"
(width 512)
(height 448)
(unit pixels)
@@ -22,7 +22,7 @@
(image-type rgb)
(fill-type transparent-fill)
(comment ""))
-(GimpTemplate "GB/GBC (160x144)"
+(GimpTemplate "GB/GBC (160×144)"
(width 160)
(height 144)
(unit pixels)
@@ -32,7 +32,7 @@
(image-type rgb)
(fill-type transparent-fill)
(comment ""))
-(GimpTemplate "GBA (240x160)"
+(GimpTemplate "GBA (240×160)"
(width 240)
(height 160)
(unit pixels)
@@ -42,7 +42,7 @@
(image-type rgb)
(fill-type transparent-fill)
(comment ""))
-(GimpTemplate "NDS Single (256x192)"
+(GimpTemplate "NDS Single (256×192)"
(width 256)
(height 192)
(unit pixels)
@@ -52,7 +52,7 @@
(image-type rgb)
(fill-type transparent-fill)
(comment ""))
-(GimpTemplate "NDS Dual (256x384)"
+(GimpTemplate "NDS Dual (256×384)"
(width 256)
(height 384)
(unit pixels)
@@ -62,5 +62,25 @@
(image-type rgb)
(fill-type transparent-fill)
(comment ""))
+(GimpTemplate "3DS Top (400×240)"
+ (width 400)
+ (height 240)
+ (unit pixels)
+ (xresolution 72.000000)
+ (yresolution 72.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type transparent-fill)
+ (comment ""))
+(GimpTemplate "3DS Bottom (320×240)"
+ (width 320)
+ (height 240)
+ (unit pixels)
+ (xresolution 72.000000)
+ (yresolution 72.000000)
+ (resolution-unit inches)
+ (image-type rgb)
+ (fill-type transparent-fill)
+ (comment ""))
# end of templaterc
n idea of which games you're currently playing through, so you can prioritize games to play when you're bored and detect it when you've beaten a game but haven't marked it as such. 2018-03-13Update helpers a bitzlg1-2/+9 At present, user modification is needed to make these seamless. vgup() may need to be axed in favor of telling the user to make an alias. 2018-03-13Make VGSTASH_DB_LOCATION point to a filezlg2-21/+20 It used to point to a directory, which would then look for .vgstash.db. This behavior was kind of backwards and I don't remember why I did it that way. This change gives users more control over where they put their DB. Be sure to update your environment variable if you have it set! 2016-11-18Remove settings from helpers.shZe Libertine Gamer1-5/+0 Sourcing them in .bash_profile screws up login if they're set. 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 Loops and functions -- oh my, what a useful combination. :) 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 Also correct a typo.