mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 18:44:05 +09:00
PNG -> TGA
Former-commit-id: 394d3af24b5f1a125c40197a09f47867cc6fc566 Former-commit-id: 5428b1d2d7370b5a912851d5f5aa9f6b036f64f5
This commit is contained in:
@@ -53,10 +53,10 @@ class StateMonitorCheck : BasicGameState() {
|
||||
|
||||
init {
|
||||
if (Terrarum.gameLocale.length >= 4 && Terrarum.gameLocale.contains(maru_alt))
|
||||
pictograms.add(Image("./assets/graphics/gui/monitor_good_alt_maru.png"))
|
||||
pictograms.add(Image("./assets/graphics/gui/monitor_good_alt_maru.tga"))
|
||||
else
|
||||
pictograms.add(Image("./assets/graphics/gui/monitor_good.png"))
|
||||
pictograms.add(Image("./assets/graphics/gui/monitor_bad.png"))
|
||||
pictograms.add(Image("./assets/graphics/gui/monitor_good.tga"))
|
||||
pictograms.add(Image("./assets/graphics/gui/monitor_bad.tga"))
|
||||
|
||||
imageGallery = ItemImageGallery(0, instructionY, Terrarum.WIDTH, anykeyY - instructionY, pictograms)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user