This commit is contained in:
Rosia E Evans 2024-04-20 15:47:21 +01:00
commit 808b1a8d65
3 changed files with 27 additions and 7 deletions

View file

@ -21,7 +21,7 @@ public class Game extends ApplicationAdapter {
private final static int TICKS_PER_SECOND = 60;
private double tickProgress = 0;
@Override
public void create() {