Skip to content

Commit

Permalink
merga main
Browse files Browse the repository at this point in the history
  • Loading branch information
onon1101 committed May 14, 2024
1 parent 727a569 commit 1c48057
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/Dungeon/Enemies/DragonGreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@ DragonGreen::DragonGreen(
InitHealth(6);
SetDamage(1);
SetCoin(2);
<<<<<<< HEAD

m_SkeletonNormalFrames = m_NormalFrames;
m_SkeletonShadowFrames = m_ShadowFrames;
=======
>>>>>>> main

m_Attack = false;
}
Expand All @@ -59,7 +57,6 @@ void DragonGreen::Move() {
}
}
m_Attack = !m_Attack;
<<<<<<< HEAD
UpdateProperties();
}

Expand All @@ -73,8 +70,4 @@ void DragonGreen::UpdateProperties() {
}
m_SpriteSheet->SetFrames(GetShadow() ? m_ShadowFrames : m_NormalFrames);
}
=======
}

>>>>>>> main
} // namespace Dungeon::Enemies

0 comments on commit 1c48057

Please sign in to comment.