diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-11-03 11:10:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-11-03 11:10:36 -0300 |
commit | 5bc6bc1f15411553c5219fcf763fa7001fbcfcc5 (patch) | |
tree | a8abf7589c3321bc831087dd3bc8933dd7295453 /graphics/sprites/equipment/weapons/arcane.xml | |
parent | a72ba77eb55e621753415b6e209724f6e324d7af (diff) | |
download | clientdata-5bc6bc1f15411553c5219fcf763fa7001fbcfcc5.tar.gz clientdata-5bc6bc1f15411553c5219fcf763fa7001fbcfcc5.tar.bz2 clientdata-5bc6bc1f15411553c5219fcf763fa7001fbcfcc5.tar.xz clientdata-5bc6bc1f15411553c5219fcf763fa7001fbcfcc5.zip |
Arcane Sword is not going to be present on the next micro release
But I can update Lightbringer with it while we wait :b
Diffstat (limited to 'graphics/sprites/equipment/weapons/arcane.xml')
-rw-r--r-- | graphics/sprites/equipment/weapons/arcane.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/weapons/arcane.xml b/graphics/sprites/equipment/weapons/arcane.xml new file mode 100644 index 00000000..05d665f3 --- /dev/null +++ b/graphics/sprites/equipment/weapons/arcane.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Saulc +Copyright (C) 2018-2020 TMW2: Moubootaur Legends --> + +<sprite> + <imageset name="base" + src="graphics/sprites/equipment/weapons/arcane.png" + width="64" + height="64"/> + + <include file="races/human-male.xml"/> +</sprite> |