adds dice class

This commit is contained in:
Rosia E Evans 2024-04-20 13:10:30 +01:00
parent 58317495a6
commit 3889eac0b9
2 changed files with 7 additions and 0 deletions

BIN
assets/dice.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 B

View file

@ -0,0 +1,7 @@
package com.monjaro.gamejam;
public class Dice {
static Texture faces;
}