mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 20:44:05 +09:00
more pictogrammes
Former-commit-id: 670df70bbed466e56034dbdd33d7a1da31cd88d7 Former-commit-id: 2b106753155be6080d4651acca1981f10d614421
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(0x404040)
|
||||
private val colourWhite = Color(0xC0C0C0)
|
||||
private val colourBlack = Color(0x40, 0x40, 0x40, 0xEE)
|
||||
private val colourWhite = Color(0xC0, 0xC0, 0xC0, 0xEE)
|
||||
|
||||
private val numberFont = SpriteSheetFont(
|
||||
SpriteSheet("./assets/graphics/fonts/numeric_small.png", 5, 8),
|
||||
|
||||
Reference in New Issue
Block a user