adds dice class
This commit is contained in:
parent
58317495a6
commit
3889eac0b9
2 changed files with 7 additions and 0 deletions
7
core/src/com/monjaro/gamejam/Dice.java
Normal file
7
core/src/com/monjaro/gamejam/Dice.java
Normal file
|
@ -0,0 +1,7 @@
|
|||
package com.monjaro.gamejam;
|
||||
|
||||
public class Dice {
|
||||
static Texture faces;
|
||||
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue