adds textures
This commit is contained in:
parent
98c09014ad
commit
c099ac0c5f
6 changed files with 16 additions and 0 deletions
BIN
assets/locked_die_border.png
Normal file
BIN
assets/locked_die_border.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.9 KiB |
BIN
assets/raw_assets/locked_die_border.kra
Normal file
BIN
assets/raw_assets/locked_die_border.kra
Normal file
Binary file not shown.
BIN
assets/raw_assets/reroll_symbol.kra
Normal file
BIN
assets/raw_assets/reroll_symbol.kra
Normal file
Binary file not shown.
BIN
assets/raw_assets/ui_prototype.kra
Normal file
BIN
assets/raw_assets/ui_prototype.kra
Normal file
Binary file not shown.
BIN
assets/reroll_symbol.png
Normal file
BIN
assets/reroll_symbol.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
16
core/src/com/monjaro/gamejam/UI.java
Normal file
16
core/src/com/monjaro/gamejam/UI.java
Normal 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) {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue