This commit is contained in:
DBotThePony 2022-10-22 12:28:46 +07:00
parent 2fc7073c01
commit 40cfb030c2
Signed by: DBot
GPG Key ID: DCC23B5715498507
2 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import java.util.*
import kotlin.math.ceil
object MatteryGUI {
private val BARS = AtlasSkinElement(ResourceLocation(OverdriveThatMatters.MOD_ID, "android_charge"), 80f, 36f)
private val BARS = AtlasSkinElement(ResourceLocation(OverdriveThatMatters.MOD_ID, "player_bars"), 80f, 36f)
val CHARGE = BARS.subElement(height = 9f)
val CHARGE_BG = BARS.subElement(y = 9f, height = 9f)