Browse Source

Fix width of Monk bow animation

pull/6084/head
staphen 3 years ago committed by Anders Jenbo
parent
commit
b62acb088d
  1. 4
      Source/playerdat.cpp

4
Source/playerdat.cpp

@ -96,13 +96,13 @@ const PlayerData PlayersData[] = {
/** Contains the data related to each player class. */
const PlayerSpriteData PlayersSpriteData[] = {
// clang-format off
// HeroClass stand, walk, attack, bow, swHit, block, lightning, fire, magic, death
// HeroClass stand, walk, attack, bow, swHit, block, lightning, fire, magic, death
// TRANSLATORS: Player Block
/* HeroClass::Warrior */ { 96, 96, 128, 96, 96, 96, 96, 96, 96, 128 },
/* HeroClass::Rogue */ { 96, 96, 128, 128, 96, 96, 96, 96, 96, 128 },
/* HeroClass::Sorcerer */ { 96, 96, 128, 128, 96, 96, 128, 128, 128, 128 },
/* HeroClass::Monk */ { 112, 112, 130, 128, 98, 98, 114, 114, 114, 160 },
/* HeroClass::Monk */ { 112, 112, 130, 130, 98, 98, 114, 114, 114, 160 },
/* HeroClass::Bard */ { 96, 96, 128, 128, 96, 96, 96, 96, 96, 128 },
/* HeroClass::Barbarian */ { 96, 96, 128, 96, 96, 96, 96, 96, 96, 128 },
// clang-format on

Loading…
Cancel
Save