This commit is contained in:
Mykola Fesenko
2025-10-08 10:46:01 +02:00
parent 4504de8c48
commit 15537a81b1
16 changed files with 78 additions and 42 deletions

View File

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