Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosmaster4life committed Apr 4, 2022
2 parents 0545d55 + e7053ee commit b7a58c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Game/Services/VideoService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public static void DrawEnemyWeapons(int index_enemy, List<Enemy> enemyToDraw, Li
{
enemyWeaponsToDraw[i_weaponEnemy].SetX(enemyToDraw[index_enemy].x - 50);
enemyWeaponsToDraw[i_weaponEnemy].SetY(enemyToDraw[index_enemy].y + enemyWeaponsToDraw[i_weaponEnemy].randomBossWeaponY);
DrawColliderBox(enemyWeaponsToDraw[i_weaponEnemy]);
}
else
{
Expand Down

0 comments on commit b7a58c5

Please sign in to comment.