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

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) {
}
}