mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-15 13:04:05 +09:00
working quickbar and piemenu
This commit is contained in:
@@ -16,8 +16,8 @@ object ItemSlotImageBuilder {
|
||||
const val COLOR_BLACK = 1
|
||||
const val COLOR_WHITE = 2
|
||||
|
||||
private val colourBlack = Color(0x40, 0x40, 0x40, 0xEE)
|
||||
private val colourWhite = Color(0xC0, 0xC0, 0xC0, 0xEE)
|
||||
private val colourBlack = Color(0x40, 0x40, 0x40)
|
||||
private val colourWhite = Color(0xC0, 0xC0, 0xC0)
|
||||
|
||||
private val numberFont = SpriteSheetFont(
|
||||
SpriteSheet("./assets/graphics/fonts/numeric_small.tga", 5, 8),
|
||||
|
||||
Reference in New Issue
Block a user