save functiton completed, unnecessary comments in Project removed

This commit is contained in:
2024-09-17 20:11:12 +07:00
parent 7d125b5931
commit b6c61cc958
10 changed files with 106 additions and 56 deletions

View File

@ -65,7 +65,9 @@ public class Hitbox {
public List<Point> getListPoints() {
return listPoints;
}
public void Print() {
//not the same as toString()! the latter is for XML while printToConsole() is for console
public void printToConsole() {
System.out.println();
System.out.println("|||Hitbox:");
if(shape!=null&&listPoints!=null) {