betawawawawa release v1.0.0-BETA

This commit is contained in:
LunarAkai 2024-03-24 03:49:42 +01:00
commit e12642eb62
14 changed files with 190 additions and 142 deletions

View file

@ -10,7 +10,6 @@ public class Cell {
Number,
}
public Vector2i position;
public CellType type;
public int number;
@ -47,6 +46,4 @@ public class Cell {
public boolean isExploded() {
return exploded;
}
}