diff options
author | Ledmitz <smoothshifter@tuta.io> | 2021-04-19 05:27:54 +0000 |
---|---|---|
committer | Ledmitz <smoothshifter@tuta.io> | 2021-04-19 05:27:54 +0000 |
commit | 9b171e9cdfa5a5aed9e96265d53706966278f468 (patch) | |
tree | dc4dd4835984bcd146fcafce6b08878cb873be38 /graphics/particles/python.xml | |
parent | 62a0bf8c728d66bed898b6949a138df7cfd6822e (diff) | |
download | clientdata-9b171e9cdfa5a5aed9e96265d53706966278f468.tar.gz clientdata-9b171e9cdfa5a5aed9e96265d53706966278f468.tar.bz2 clientdata-9b171e9cdfa5a5aed9e96265d53706966278f468.tar.xz clientdata-9b171e9cdfa5a5aed9e96265d53706966278f468.zip |
To resolve some of the pipeline errors
Diffstat (limited to 'graphics/particles/python.xml')
-rw-r--r-- | graphics/particles/python.xml | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/graphics/particles/python.xml b/graphics/particles/python.xml index 459d50df..35c28b1e 100644 --- a/graphics/particles/python.xml +++ b/graphics/particles/python.xml @@ -1,9 +1,19 @@ <?xml version="1.0"?> +<!-- Author: Gumi +Copyright (C) 2004-2020 The Mana World --> + <effect> - <particle position-x="0" position-y="0" position-z="270" lifetime="300"> - <animation imageset="graphics/particles/python.png" width="512" height="512"> - <sequence start="0" end="8" delay="40"/> - <frame index="8"/> - </animation> - </particle> + <particle + position-x="0" + position-y="0" + position-z="270" + lifetime="300"> + <animation + imageset="graphics/particles/python.png" + width="512" + height="512"> + <sequence start="0" end="8" delay="40"/> + <frame index="8"/> + </animation> + </particle> </effect> |