diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-09-13 14:01:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-09-13 14:01:42 -0300 |
commit | d03ebcf959a4d28f0aca8526cf33cd471ceff15e (patch) | |
tree | eb598fa4f46c5bed389c5810aae999ece3fb44f0 /graphics/sprites/monsters/bosspinkie.xml | |
parent | f2879a74c1afecb4e1c06754e46d6d07bdb809ed (diff) | |
download | clientdata-d03ebcf959a4d28f0aca8526cf33cd471ceff15e.tar.gz clientdata-d03ebcf959a4d28f0aca8526cf33cd471ceff15e.tar.bz2 clientdata-d03ebcf959a4d28f0aca8526cf33cd471ceff15e.tar.xz clientdata-d03ebcf959a4d28f0aca8526cf33cd471ceff15e.zip |
Fix Boss Pinkie. Pinkie Maximus (1249) vs the boss, Pinkie Emperor (1420)
Diffstat (limited to 'graphics/sprites/monsters/bosspinkie.xml')
-rw-r--r-- | graphics/sprites/monsters/bosspinkie.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sprites/monsters/bosspinkie.xml b/graphics/sprites/monsters/bosspinkie.xml index 7a037df9..9ff7bdd3 100644 --- a/graphics/sprites/monsters/bosspinkie.xml +++ b/graphics/sprites/monsters/bosspinkie.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/monsters/bosspinkie.png" width="32" height="32" /> + <imageset name="base" src="graphics/sprites/monsters/bosspinkie.png" width="50" height="42" /> <include file="monsters/pinkie.xml"/> </sprite> |