dev-jjjjjeong-bin / Invaders-SDP

3 stars 15 forks source link

Applying items to actual games #48

Closed ise-e closed 2 weeks ago

ise-e commented 2 weeks ago
  1. Application and development for falling one-time items

    • develop bomb item and pierce up item (graphics)
    • Items previously promoted for development were applied to the actual game.
  2. Currently, the class developed by the currency team has been used to increase coin acquisition according to coin level and coin increase according to falling coin acquisition.

  3. Stat increases for player ships that still use currency have not been applied. The upgrade trigger will be developed and applied by the main menu team.

SEOKMINJUN commented 2 weeks ago

There are some issues with recent merged commits. Please check and fix it.

CurrencyManager.java's 101~103 line https://github.com/dev-jjjjjeong-bin/Invaders-SDP/commit/cf1cb1a5b6ffdc50e613c4f7a5ab18052f3aa46b#diff-4b1febfc73a1bbb36dbdabcab64eaa451d7bffb8a618f2349bf420a192853c11R101 GameScreen.java's 132 line https://github.com/dev-jjjjjeong-bin/Invaders-SDP/commit/cf1cb1a5b6ffdc50e613c4f7a5ab18052f3aa46b#diff-2cb83b1e334bad77df1b4983953635325b87a363c4518f6d3e9679e48be0b648R132

After it has get fixed, please submit the pr again.