Skip to content

Commit

Permalink
Replaced all with rotated
Browse files Browse the repository at this point in the history
Rotated all 2023 field images
  • Loading branch information
Techy1001 committed Sep 25, 2023
1 parent ffc8eb9 commit e5afaed
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/main/kotlin/com/noahbres/meepmeep/MeepMeep.kt
Original file line number Diff line number Diff line change
Expand Up @@ -329,10 +329,6 @@ open class MeepMeep @JvmOverloads constructor(private val windowSize: Int, fps:
colorManager.isDarkMode = false
ImageIO.read(classLoader.getResourceAsStream("background/season-2023-centerstage/field-2023-juice-dark.png"))
}
Background.FIELD_CENTERSTAGE_JUICE_DARK_ROTATED -> {
colorManager.isDarkMode = false
ImageIO.read(classLoader.getResourceAsStream("background/season-2023-centerstage/field-2023-juice-dark-rotated.png"))
}
Background.FIELD_CENTERSTAGE_JUICE_LIGHT -> {
colorManager.isDarkMode = false
ImageIO.read(classLoader.getResourceAsStream("background/season-2023-centerstage/field-2023-juice-light.png"))
Expand Down Expand Up @@ -476,7 +472,6 @@ open class MeepMeep @JvmOverloads constructor(private val windowSize: Int, fps:
FIELD_POWERPLAY_KAI_LIGHT,
FIELD_CENTERSTAGE_OFFICIAL,
FIELD_CENTERSTAGE_JUICE_DARK,
FIELD_CENTERSTAGE_JUICE_LIGHT,
FIELD_CENTERSTAGE_JUICE_DARK_ROTATED
FIELD_CENTERSTAGE_JUICE_LIGHT
}
}
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e5afaed

Please sign in to comment.