Game-1,2,3: Added comments

This commit is contained in:
2024-04-23 14:13:18 +02:00
parent 633672d709
commit 0334a99776
8 changed files with 17 additions and 9 deletions

View File

@@ -2,6 +2,7 @@
package Game;
//Inherit some methods shared with class SpaceShip
public class Missile extends Sprite {
private final int BOARD_WIDTH = 800;