adds die face logic and face rendering

This commit is contained in:
Rosia E Evans 2024-04-20 15:45:41 +01:00
parent beb88e80be
commit 53d2f02bae
3 changed files with 32 additions and 9 deletions

View file

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