13.10 end

This commit is contained in:
2025-10-13 12:42:00 +02:00
parent db2b030bd4
commit 16dc96bbca
16 changed files with 521 additions and 208 deletions

View File

@@ -30,7 +30,9 @@ public class Chip {
public int ring;
public Chip(int relX, int relY,double absX, double absY, Color color, Game game) {
public Chip(int id, int relX, int relY,double absX, double absY, Color color, Game game) {
this.ring = ring;
relativeX = relX;
relativeY = relY;