Mercurial > fife-parpg
changeset 65:392ff570c18b
updating skull_pole graphics to new rendered version.
author | kaelisebonrai@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Thu, 17 Jul 2008 05:25:16 +0000 |
parents | 6959e7e57499 |
children | 00b3c07db548 |
files | clients/rio_de_hola/LICENSE clients/rio_de_hola/objects/items/sanctuary/skull_pole/000.png clients/rio_de_hola/objects/items/sanctuary/skull_pole/045.png clients/rio_de_hola/objects/items/sanctuary/skull_pole/090.png clients/rio_de_hola/objects/items/sanctuary/skull_pole/135.png clients/rio_de_hola/objects/items/sanctuary/skull_pole/180.png clients/rio_de_hola/objects/items/sanctuary/skull_pole/225.png clients/rio_de_hola/objects/items/sanctuary/skull_pole/270.png clients/rio_de_hola/objects/items/sanctuary/skull_pole/315.png clients/rio_de_hola/objects/items/sanctuary/skull_pole/object.xml |
diffstat | 10 files changed, 27 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/clients/rio_de_hola/LICENSE Thu Jul 17 04:42:02 2008 +0000 +++ b/clients/rio_de_hola/LICENSE Thu Jul 17 05:25:16 2008 +0000 @@ -79,7 +79,28 @@ objects/items/matchbox/*.png objects/items/shrine/*.png objects/items/signs/*.png -objects/items/*/source/*.blend +objects/items/beebox/source/*.blend +objects/items/coins/source/*.blend +objects/items/flask/source/*.blend +objects/items/matchbox/source/*.blend +objects/items/shrine/source/*.blend +objects/items/signs/source/*.blend + +=== Kaelis Ebonrai === + +Author: +Blake "Kaelis Ebonrai" Heatly (knux.econa@gmail.com) + +Website: +http://ebonrai.com/ + +License: +GNU GPL 3.0 or Later. +http://www.gnu.org/licenses/gpl-3.0.txt + +Affected files: +objects/items/sanctuary/skull_pole/*.png +objects/items/sanctuary/skull_pole/source/*.blend === Reiner's tilesets === Author:
--- a/clients/rio_de_hola/objects/items/sanctuary/skull_pole/object.xml Thu Jul 17 04:42:02 2008 +0000 +++ b/clients/rio_de_hola/objects/items/sanctuary/skull_pole/object.xml Thu Jul 17 05:25:16 2008 +0000 @@ -1,11 +1,11 @@ <?fife type="object"?> <object id="skull_pole" namespace="http://www.fifengine.de/xml/rio_de_hola" blocking="1" static="1"> - <image source="045.png" direction="0" /> + <image source="000.png" direction="0" /> <image source="045.png" direction="45" /> <image source="090.png" direction="90" /> <image source="135.png" direction="135" /> - <image source="135.png" direction="180" /> - <image source="045.png" direction="225" /> - <image source="090.png" direction="270" /> - <image source="135.png" direction="315" /> + <image source="180.png" direction="180" /> + <image source="225.png" direction="225" /> + <image source="270.png" direction="270" /> + <image source="315.png" direction="315" /> </object>