gui: display victory
All checks were successful
Linux arm64 / Build (push) Successful in 58s

This commit is contained in:
2025-01-29 12:10:30 +01:00
parent 9213a10c17
commit 89653f8517
3 changed files with 21 additions and 8 deletions

View File

@@ -27,6 +27,10 @@ public class RenderableMultidoku {
this.doku = doku;
}
public boolean isResolved() {
return this.doku.isValid();
}
public int getWidth() {
return width;
}