summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-04-19 10:25:43 +0000
committerJesusaves <cpntb1@ymail.com>2020-04-19 10:25:43 +0000
commit60e7a19207c085d56b88d88ccc8786a983e721ee (patch)
treeb7a21d4c4dc46c3f1b3b7972eb820aff39aa95e6 /graphics
parent7c6e45ed345fd1037c3d4a49bfb19dde8d1fabf1 (diff)
parentc235ed7bf778e9b39aadc9d3d504f485f6a9473c (diff)
downloadclientdata-60e7a19207c085d56b88d88ccc8786a983e721ee.tar.gz
clientdata-60e7a19207c085d56b88d88ccc8786a983e721ee.tar.bz2
clientdata-60e7a19207c085d56b88d88ccc8786a983e721ee.tar.xz
clientdata-60e7a19207c085d56b88d88ccc8786a983e721ee.zip
Merge branch 'jesusalva/python' into 'master'
Cupid's Love (client-side) See merge request evol/clientdata!144
Diffstat (limited to 'graphics')
-rw-r--r--graphics/particles/python.pngbin0 -> 800431 bytes
-rw-r--r--graphics/particles/python.xml19
2 files changed, 19 insertions, 0 deletions
diff --git a/graphics/particles/python.png b/graphics/particles/python.png
new file mode 100644
index 00000000..a66b2e8b
--- /dev/null
+++ b/graphics/particles/python.png
Binary files differ
diff --git a/graphics/particles/python.xml b/graphics/particles/python.xml
new file mode 100644
index 00000000..35c28b1e
--- /dev/null
+++ b/graphics/particles/python.xml
@@ -0,0 +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>
+</effect>