dev-jjjjjeong-bin / Invaders-SDP

3 stars 15 forks source link

[BUG] (Team International) Enemy ships keep moving down. #98

Closed this-yujunkim closed 4 days ago

this-yujunkim commented 5 days ago

Title: Enemy ships keep moving down.


Summary

Enemy ships keep moving down and even go through the green bottom line. This only happens when the enemy ship's formation is circular.

Enemy formation should not go down when boolean isAtBottom = positionY + this.height + RADIUS > screen.getHeight() - BOTTOM_MARGIN; is true.

스크린샷 2024-10-16 055214 스크린샷 2024-10-16 051444

TODO

Guicha commented 5 days ago

Thank you we are working on a fix !

Guicha commented 5 days ago

It should be fixed by our latest PR

this-yujunkim commented 4 days ago

It should be fixed by our latest PR

Seems like it is now fixed! Thanks to your team. Well done.

Closing issue, fixed at de6919a