Improve button and keystrokes handling
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-05 21:29:02 +02:00
parent ab1a0a753c
commit a6c43fd646
4 changed files with 43 additions and 15 deletions

View File

@@ -4,6 +4,10 @@ import java.awt.*;
public class RunnerUtil {
private RunnerUtil() {
throw new AssertionError("The RunnerUtil class is not intended to be instantiated.");
}
public static final int SECONDS_BETWEEN_MOVES = 10;
public static final int SCREEN_HEIGHT = Toolkit.getDefaultToolkit().getScreenSize().height;