adds textures

This commit is contained in:
Rosia E Evans 2024-04-21 01:29:38 +01:00
parent 98c09014ad
commit c099ac0c5f
6 changed files with 16 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
assets/reroll_symbol.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -0,0 +1,16 @@
package com.monjaro.gamejam;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
public class UI extends Actor{
Transform transform
@Override
public void tick() {
}
@Override
public void render(SpriteBatch batch) {
}
}