]> de.git.xonotic.org Git - xonotic/mediasource.git/blobdiff - gfx/hud/wickedhud/icons_weapos/whiteborder.sh
sev:
[xonotic/mediasource.git] / gfx / hud / wickedhud / icons_weapos / whiteborder.sh
diff --git a/gfx/hud/wickedhud/icons_weapos/whiteborder.sh b/gfx/hud/wickedhud/icons_weapos/whiteborder.sh
deleted file mode 100644 (file)
index 1585fe0..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/bash
-#Requires Gimp and ~/.gimp*/scripts/whiteborder.scm
-#Adds a white border and a faint glow to the specified images, based on their alpha channel.
-#WARNING: Overwrites existing image files.
-
-gimp -d -f -i \
--b '(whiteborder "weaponcampingrifle.tga" 16 2 4 1 3)' \
--b '(whiteborder "weaponcrylink.tga" 16 2 4 1 3)' \
--b '(whiteborder "weaponelectro.tga" 16 2 4 1 3)' \
--b '(whiteborder "weaponfireball.tga" 16 2 4 1 3)' \
--b '(whiteborder "weapongrenadelauncher.tga" 16 2 4 1 3)' \
--b '(whiteborder "weaponhagar.tga" 16 2 4 1 3)' \
--b '(whiteborder "weapon_hlacmod_renameit.tga" 16 2 4 1 3)' \
--b '(whiteborder "weaponhlac.tga" 16 2 4 1 3)' \
--b '(whiteborder "weaponhook.tga" 16 2 4 1 3)' \
--b '(whiteborder "weaponlaser.tga" 16 2 4 1 3)' \
--b '(whiteborder "weaponminstanex.tga" 16 2 4 1 3)' \
--b '(whiteborder "weaponnex.tga" 16 2 4 1 3)' \
--b '(whiteborder "weaponporto.tga" 16 2 4 1 3)' \
--b '(whiteborder "weaponrocketlauncher.tga" 16 2 4 1 3)' \
--b '(whiteborder "weaponseeker.tga" 16 2 4 1 3)' \
--b '(whiteborder "weaponshotgun.tga" 16 2 4 1 3)' \
--b '(whiteborder "weapontuba.tga" 16 2 4 1 3)' \
--b '(whiteborder "weaponuzi.tga" 16 2 4 1 3)' \
--b '(gimp-quit 0)'