summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/stove.xml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-01-20 12:01:19 -0300
committerJesusaves <cpntb1@ymail.com>2024-01-20 12:01:19 -0300
commitd9b88df93b00a4da5c799470ff61b034a6387a85 (patch)
tree4863f01db7d7251b3adecebcf8346a23b111da39 /graphics/sprites/npcs/xml/stove.xml
parent77ce65bbbccb9aee5504d4ae2cb25f19936b52da (diff)
downloadclientdata-d9b88df93b00a4da5c799470ff61b034a6387a85.tar.gz
clientdata-d9b88df93b00a4da5c799470ff61b034a6387a85.tar.bz2
clientdata-d9b88df93b00a4da5c799470ff61b034a6387a85.tar.xz
clientdata-d9b88df93b00a4da5c799470ff61b034a6387a85.zip
This is the initial functionality of cooking system (client-side).
Includes the food icons, the new status conditions for the new donuts, update collisions, add the skill and other minor changes.
Diffstat (limited to 'graphics/sprites/npcs/xml/stove.xml')
-rw-r--r--graphics/sprites/npcs/xml/stove.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/stove.xml b/graphics/sprites/npcs/xml/stove.xml
new file mode 100644
index 00000000..15e006bb
--- /dev/null
+++ b/graphics/sprites/npcs/xml/stove.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<sprite variants="1" variant_offset="1">
+ <imageset name="base" src="graphics/sprites/npcs/sprite/stove.png" width="64" height="128"/>
+ <action name="stand" imageset="base">
+ <animation direction="default">
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>