dev-jjjjjeong-bin / Invaders-SDP

3 stars 15 forks source link

Apply ship stat increase through upgrade and Bug_Fix #100

Closed ise-e closed 5 days ago

ise-e commented 5 days ago
  1. The ship upgrade function has been applied. When you press the Murchant button, goods are consumed and the ship's stats increase.

    • By collaborating with the currency team, ship stats will be maintained even if the program ends.
    • Upgrades basically consume coins, and some levels or stats require you to consume gem to unlock them.
    • The number of upgrades and price have been added to the Murchant button.
  2. Fixed a bug where if you eat an item, the item would not appear even if you later kill a purple enemy.

    • To solve this problem, the getItem class if statement in the ItemPool file has been deleted. If any problems occur in the future, please contact us.
  3. Fixed a bug where you could get hit even if you ate a shield item.

  4. Fixed bomb range due to increased spacing between enemy ships

    • If the enemy team used our code to develop bomb enemies, please pay attention to this part.
  5. There is currently no limit to the number of upgrades possible. I think the maximum is 10, but if you have any other opinions, please let me know.

If a bug occurs, we would appreciate it if you could raise an issue at any time.

SEOKMINJUN commented 5 days ago

Sorry for late check. Please resolve conflict

SEOKMINJUN commented 5 days ago

This conflict seems simple. I resolve this.

ise-e commented 4 days ago

Sorry, there was no conflict when I posted the PR, so I couldn't check it. thank you