diff options
author | basisbit <basisbit@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2015-09-13 00:16:33 +0000 |
---|---|---|
committer | basisbit <basisbit@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2015-09-13 00:16:33 +0000 |
commit | 8ace847c2b8bbe70c7225540ae8ded1366196e11 (patch) | |
tree | bf6d5c913d22b7c9ceca1ecb3c125038da786369 | |
parent | 58df1656afc2ca59a81d848a7bec845ce7b674a0 (diff) | |
download | usdx-8ace847c2b8bbe70c7225540ae8ded1366196e11.tar.gz usdx-8ace847c2b8bbe70c7225540ae8ded1366196e11.tar.xz usdx-8ace847c2b8bbe70c7225540ae8ded1366196e11.zip |
* second part of theme changes for jukebox mode
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3136 b956fd51-792f-4845-bead-9b4dfca2ff2c
67 files changed, 238 insertions, 17 deletions
diff --git a/game/themes/Candy/Clouds static.ini b/game/themes/Candy/Clouds static.ini index 1bc40d29..0f57671e 100755 --- a/game/themes/Candy/Clouds static.ini +++ b/game/themes/Candy/Clouds static.ini @@ -148,4 +148,17 @@ LyricIconD_P4 = [sing.player4]lyric_inactive.png LyricIcon_P5 = [sing.player5]lyric_active.png LyricIconD_P5 = [sing.player5]lyric_inactive.png LyricIcon_P6 = [sing.player6]lyric_active.png -LyricIconD_P6 = [sing.player6]lyric_inactive.png
\ No newline at end of file +LyricIconD_P6 = [sing.player6]lyric_inactive.png + +# # # J U K E B O X # # # +JukeboxTimeBar1 = [jukebox]timeBarBG.png +JukeboxTimeBar = [jukebox]timeBar.jpg +JukeboxSong = [jukebox]song.png +JukeboxSongBackground = [jukebox]title.png +JukeboxSongListBackground = [jukebox]songlist.png +JukeboxLyric = [jukebox]lyric.png +JukeboxRandom = [jukebox]random.png +JukeboxRepeat = [jukebox]repeat.png +JukeboxCurrentSongBackground = [jukebox]currentsong.png +JukeboxSongListUp = [jukebox]songlistup.png +JukeboxSongListDown = [jukebox]songlistdown.png
\ No newline at end of file diff --git a/game/themes/Candy/Clouds.ini b/game/themes/Candy/Clouds.ini index d7d9227a..c0b18b1e 100755 --- a/game/themes/Candy/Clouds.ini +++ b/game/themes/Candy/Clouds.ini @@ -148,4 +148,17 @@ LyricIconD_P4 = [sing.player4]lyric_inactive.png LyricIcon_P5 = [sing.player5]lyric_active.png LyricIconD_P5 = [sing.player5]lyric_inactive.png LyricIcon_P6 = [sing.player6]lyric_active.png -LyricIconD_P6 = [sing.player6]lyric_inactive.png
\ No newline at end of file +LyricIconD_P6 = [sing.player6]lyric_inactive.png + +# # # J U K E B O X # # # +JukeboxTimeBar1 = [jukebox]timeBarBG.png +JukeboxTimeBar = [jukebox]timeBar.jpg +JukeboxSong = [jukebox]song.png +JukeboxSongBackground = [jukebox]title.png +JukeboxSongListBackground = [jukebox]songlist.png +JukeboxLyric = [jukebox]lyric.png +JukeboxRandom = [jukebox]random.png +JukeboxRepeat = [jukebox]repeat.png +JukeboxCurrentSongBackground = [jukebox]currentsong.png +JukeboxSongListUp = [jukebox]songlistup.png +JukeboxSongListDown = [jukebox]songlistdown.png
\ No newline at end of file diff --git a/game/themes/Candy/[jukebox]currentsong.png b/game/themes/Candy/[jukebox]currentsong.png Binary files differnew file mode 100644 index 00000000..074ed29f --- /dev/null +++ b/game/themes/Candy/[jukebox]currentsong.png diff --git a/game/themes/Candy/[jukebox]lyric.png b/game/themes/Candy/[jukebox]lyric.png Binary files differnew file mode 100644 index 00000000..367ac5f9 --- /dev/null +++ b/game/themes/Candy/[jukebox]lyric.png diff --git a/game/themes/Candy/[jukebox]random.png b/game/themes/Candy/[jukebox]random.png Binary files differnew file mode 100644 index 00000000..30837235 --- /dev/null +++ b/game/themes/Candy/[jukebox]random.png diff --git a/game/themes/Candy/[jukebox]repeat.png b/game/themes/Candy/[jukebox]repeat.png Binary files differnew file mode 100644 index 00000000..135f3792 --- /dev/null +++ b/game/themes/Candy/[jukebox]repeat.png diff --git a/game/themes/Candy/[jukebox]songlist.png b/game/themes/Candy/[jukebox]songlist.png Binary files differnew file mode 100644 index 00000000..b88ecaf8 --- /dev/null +++ b/game/themes/Candy/[jukebox]songlist.png diff --git a/game/themes/Candy/[jukebox]songlistdown.png b/game/themes/Candy/[jukebox]songlistdown.png Binary files differnew file mode 100644 index 00000000..e467c935 --- /dev/null +++ b/game/themes/Candy/[jukebox]songlistdown.png diff --git a/game/themes/Candy/[jukebox]songlistup.png b/game/themes/Candy/[jukebox]songlistup.png Binary files differnew file mode 100644 index 00000000..fd9d5ac9 --- /dev/null +++ b/game/themes/Candy/[jukebox]songlistup.png diff --git a/game/themes/Candy/[jukebox]timeBar.jpg b/game/themes/Candy/[jukebox]timeBar.jpg Binary files differnew file mode 100644 index 00000000..cc5cb552 --- /dev/null +++ b/game/themes/Candy/[jukebox]timeBar.jpg diff --git a/game/themes/Candy/[jukebox]timeBarBG.png b/game/themes/Candy/[jukebox]timeBarBG.png Binary files differnew file mode 100644 index 00000000..c4446c70 --- /dev/null +++ b/game/themes/Candy/[jukebox]timeBarBG.png diff --git a/game/themes/Candy/[jukebox]title.png b/game/themes/Candy/[jukebox]title.png Binary files differnew file mode 100644 index 00000000..13526ec4 --- /dev/null +++ b/game/themes/Candy/[jukebox]title.png diff --git a/game/themes/Classic/Star.ini b/game/themes/Classic/Star.ini index 0bde56c3..dfa5f096 100644 --- a/game/themes/Classic/Star.ini +++ b/game/themes/Classic/Star.ini @@ -237,4 +237,17 @@ LyricIconD_P4 = [sing.player4]lyric_inactive.png LyricIcon_P5 = [sing.player5]lyric_active.png LyricIconD_P5 = [sing.player5]lyric_inactive.png LyricIcon_P6 = [sing.player6]lyric_active.png -LyricIconD_P6 = [sing.player6]lyric_inactive.png
\ No newline at end of file +LyricIconD_P6 = [sing.player6]lyric_inactive.png + +# # # J U K E B O X # # # +JukeboxTimeBar1 = [jukebox]timeBarBG.png +JukeboxTimeBar = [jukebox]timeBar.jpg +JukeboxSong = [jukebox]song.png +JukeboxSongBackground = [jukebox]title.png +JukeboxSongListBackground = [jukebox]songlist.png +JukeboxLyric = [jukebox]lyric.png +JukeboxRandom = [jukebox]random.png +JukeboxRepeat = [jukebox]repeat.png +JukeboxCurrentSongBackground = [jukebox]currentsong.png +JukeboxSongListUp = [jukebox]songlistup.png +JukeboxSongListDown = [jukebox]songlistdown.png
\ No newline at end of file diff --git a/game/themes/Classic/[jukebox]currentsong.png b/game/themes/Classic/[jukebox]currentsong.png Binary files differnew file mode 100644 index 00000000..074ed29f --- /dev/null +++ b/game/themes/Classic/[jukebox]currentsong.png diff --git a/game/themes/Classic/[jukebox]lyric.png b/game/themes/Classic/[jukebox]lyric.png Binary files differnew file mode 100644 index 00000000..367ac5f9 --- /dev/null +++ b/game/themes/Classic/[jukebox]lyric.png diff --git a/game/themes/Classic/[jukebox]random.png b/game/themes/Classic/[jukebox]random.png Binary files differnew file mode 100644 index 00000000..30837235 --- /dev/null +++ b/game/themes/Classic/[jukebox]random.png diff --git a/game/themes/Classic/[jukebox]repeat.png b/game/themes/Classic/[jukebox]repeat.png Binary files differnew file mode 100644 index 00000000..135f3792 --- /dev/null +++ b/game/themes/Classic/[jukebox]repeat.png diff --git a/game/themes/Classic/[jukebox]songlist.png b/game/themes/Classic/[jukebox]songlist.png Binary files differnew file mode 100644 index 00000000..b88ecaf8 --- /dev/null +++ b/game/themes/Classic/[jukebox]songlist.png diff --git a/game/themes/Classic/[jukebox]songlistdown.png b/game/themes/Classic/[jukebox]songlistdown.png Binary files differnew file mode 100644 index 00000000..e467c935 --- /dev/null +++ b/game/themes/Classic/[jukebox]songlistdown.png diff --git a/game/themes/Classic/[jukebox]songlistup.png b/game/themes/Classic/[jukebox]songlistup.png Binary files differnew file mode 100644 index 00000000..fd9d5ac9 --- /dev/null +++ b/game/themes/Classic/[jukebox]songlistup.png diff --git a/game/themes/Classic/[jukebox]timeBar.jpg b/game/themes/Classic/[jukebox]timeBar.jpg Binary files differnew file mode 100644 index 00000000..cc5cb552 --- /dev/null +++ b/game/themes/Classic/[jukebox]timeBar.jpg diff --git a/game/themes/Classic/[jukebox]timeBarBG.png b/game/themes/Classic/[jukebox]timeBarBG.png Binary files differnew file mode 100644 index 00000000..c4446c70 --- /dev/null +++ b/game/themes/Classic/[jukebox]timeBarBG.png diff --git a/game/themes/Classic/[jukebox]title.png b/game/themes/Classic/[jukebox]title.png Binary files differnew file mode 100644 index 00000000..13526ec4 --- /dev/null +++ b/game/themes/Classic/[jukebox]title.png diff --git a/game/themes/Deluxe/Blue.ini b/game/themes/Deluxe/Blue.ini index 7e31c570..1712d919 100644 --- a/game/themes/Deluxe/Blue.ini +++ b/game/themes/Deluxe/Blue.ini @@ -226,4 +226,17 @@ LyricIconD_P4 = [sing.player4]lyric_inactive.png LyricIcon_P5 = [sing.player5]lyric_active.png LyricIconD_P5 = [sing.player5]lyric_inactive.png LyricIcon_P6 = [sing.player6]lyric_active.png -LyricIconD_P6 = [sing.player6]lyric_inactive.png
\ No newline at end of file +LyricIconD_P6 = [sing.player6]lyric_inactive.png + +# # # J U K E B O X # # # +JukeboxTimeBar1 = [jukebox]timeBarBG.png +JukeboxTimeBar = [jukebox]timeBar.jpg +JukeboxSong = [jukebox]song.png +JukeboxSongBackground = [jukebox]title.png +JukeboxSongListBackground = [jukebox]songlist.png +JukeboxLyric = [jukebox]lyric.png +JukeboxRandom = [jukebox]random.png +JukeboxRepeat = [jukebox]repeat.png +JukeboxCurrentSongBackground = [jukebox]currentsong.png +JukeboxSongListUp = [jukebox]songlistup.png +JukeboxSongListDown = [jukebox]songlistdown.png diff --git a/game/themes/Deluxe/Fall.ini b/game/themes/Deluxe/Fall.ini index 3191daf8..1c2fcd09 100644 --- a/game/themes/Deluxe/Fall.ini +++ b/game/themes/Deluxe/Fall.ini @@ -226,4 +226,17 @@ LyricIconD_P4 = [sing.player4]lyric_inactive.png LyricIcon_P5 = [sing.player5]lyric_active.png LyricIconD_P5 = [sing.player5]lyric_inactive.png LyricIcon_P6 = [sing.player6]lyric_active.png -LyricIconD_P6 = [sing.player6]lyric_inactive.png
\ No newline at end of file +LyricIconD_P6 = [sing.player6]lyric_inactive.png + +# # # J U K E B O X # # # +JukeboxTimeBar1 = [jukebox]timeBarBG.png +JukeboxTimeBar = [jukebox]timeBar.jpg +JukeboxSong = [jukebox]song.png +JukeboxSongBackground = [jukebox]title.png +JukeboxSongListBackground = [jukebox]songlist.png +JukeboxLyric = [jukebox]lyric.png +JukeboxRandom = [jukebox]random.png +JukeboxRepeat = [jukebox]repeat.png +JukeboxCurrentSongBackground = [jukebox]currentsong.png +JukeboxSongListUp = [jukebox]songlistup.png +JukeboxSongListDown = [jukebox]songlistdown.png
\ No newline at end of file diff --git a/game/themes/Deluxe/Ocean.ini b/game/themes/Deluxe/Ocean.ini index 1a5d840e..7bb239f1 100644 --- a/game/themes/Deluxe/Ocean.ini +++ b/game/themes/Deluxe/Ocean.ini @@ -226,4 +226,17 @@ LyricIconD_P4 = [sing.player4]lyric_inactive.png LyricIcon_P5 = [sing.player5]lyric_active.png LyricIconD_P5 = [sing.player5]lyric_inactive.png LyricIcon_P6 = [sing.player6]lyric_active.png -LyricIconD_P6 = [sing.player6]lyric_inactive.png
\ No newline at end of file +LyricIconD_P6 = [sing.player6]lyric_inactive.png + +# # # J U K E B O X # # # +JukeboxTimeBar1 = [jukebox]timeBarBG.png +JukeboxTimeBar = [jukebox]timeBar.jpg +JukeboxSong = [jukebox]song.png +JukeboxSongBackground = [jukebox]title.png +JukeboxSongListBackground = [jukebox]songlist.png +JukeboxLyric = [jukebox]lyric.png +JukeboxRandom = [jukebox]random.png +JukeboxRepeat = [jukebox]repeat.png +JukeboxCurrentSongBackground = [jukebox]currentsong.png +JukeboxSongListUp = [jukebox]songlistup.png +JukeboxSongListDown = [jukebox]songlistdown.png
\ No newline at end of file diff --git a/game/themes/Deluxe/Ribbon.ini b/game/themes/Deluxe/Ribbon.ini index 357582c0..c2ee238d 100644 --- a/game/themes/Deluxe/Ribbon.ini +++ b/game/themes/Deluxe/Ribbon.ini @@ -226,4 +226,17 @@ LyricIconD_P4 = [sing.player4]lyric_inactive.png LyricIcon_P5 = [sing.player5]lyric_active.png LyricIconD_P5 = [sing.player5]lyric_inactive.png LyricIcon_P6 = [sing.player6]lyric_active.png -LyricIconD_P6 = [sing.player6]lyric_inactive.png
\ No newline at end of file +LyricIconD_P6 = [sing.player6]lyric_inactive.png + +# # # J U K E B O X # # # +JukeboxTimeBar1 = [jukebox]timeBarBG.png +JukeboxTimeBar = [jukebox]timeBar.jpg +JukeboxSong = [jukebox]song.png +JukeboxSongBackground = [jukebox]title.png +JukeboxSongListBackground = [jukebox]songlist.png +JukeboxLyric = [jukebox]lyric.png +JukeboxRandom = [jukebox]random.png +JukeboxRepeat = [jukebox]repeat.png +JukeboxCurrentSongBackground = [jukebox]currentsong.png +JukeboxSongListUp = [jukebox]songlistup.png +JukeboxSongListDown = [jukebox]songlistdown.png
\ No newline at end of file diff --git a/game/themes/Deluxe/Summer.ini b/game/themes/Deluxe/Summer.ini index 4aaebac1..268c74f6 100644 --- a/game/themes/Deluxe/Summer.ini +++ b/game/themes/Deluxe/Summer.ini @@ -226,4 +226,17 @@ LyricIconD_P4 = [sing.player4]lyric_inactive.png LyricIcon_P5 = [sing.player5]lyric_active.png LyricIconD_P5 = [sing.player5]lyric_inactive.png LyricIcon_P6 = [sing.player6]lyric_active.png -LyricIconD_P6 = [sing.player6]lyric_inactive.png
\ No newline at end of file +LyricIconD_P6 = [sing.player6]lyric_inactive.png + +# # # J U K E B O X # # # +JukeboxTimeBar1 = [jukebox]timeBarBG.png +JukeboxTimeBar = [jukebox]timeBar.jpg +JukeboxSong = [jukebox]song.png +JukeboxSongBackground = [jukebox]title.png +JukeboxSongListBackground = [jukebox]songlist.png +JukeboxLyric = [jukebox]lyric.png +JukeboxRandom = [jukebox]random.png +JukeboxRepeat = [jukebox]repeat.png +JukeboxCurrentSongBackground = [jukebox]currentsong.png +JukeboxSongListUp = [jukebox]songlistup.png +JukeboxSongListDown = [jukebox]songlistdown.png
\ No newline at end of file diff --git a/game/themes/Deluxe/Winter.ini b/game/themes/Deluxe/Winter.ini index d738c32f..75f698a8 100644 --- a/game/themes/Deluxe/Winter.ini +++ b/game/themes/Deluxe/Winter.ini @@ -226,4 +226,17 @@ LyricIconD_P4 = [sing.player4]lyric_inactive.png LyricIcon_P5 = [sing.player5]lyric_active.png LyricIconD_P5 = [sing.player5]lyric_inactive.png LyricIcon_P6 = [sing.player6]lyric_active.png -LyricIconD_P6 = [sing.player6]lyric_inactive.png
\ No newline at end of file +LyricIconD_P6 = [sing.player6]lyric_inactive.png + +# # # J U K E B O X # # # +JukeboxTimeBar1 = [jukebox]timeBarBG.png +JukeboxTimeBar = [jukebox]timeBar.jpg +JukeboxSong = [jukebox]song.png +JukeboxSongBackground = [jukebox]title.png +JukeboxSongListBackground = [jukebox]songlist.png +JukeboxLyric = [jukebox]lyric.png +JukeboxRandom = [jukebox]random.png +JukeboxRepeat = [jukebox]repeat.png +JukeboxCurrentSongBackground = [jukebox]currentsong.png +JukeboxSongListUp = [jukebox]songlistup.png +JukeboxSongListDown = [jukebox]songlistdown.png
\ No newline at end of file diff --git a/game/themes/Deluxe/[jukebox]currentsong.png b/game/themes/Deluxe/[jukebox]currentsong.png Binary files differnew file mode 100644 index 00000000..074ed29f --- /dev/null +++ b/game/themes/Deluxe/[jukebox]currentsong.png diff --git a/game/themes/Deluxe/[jukebox]lyric.png b/game/themes/Deluxe/[jukebox]lyric.png Binary files differnew file mode 100644 index 00000000..367ac5f9 --- /dev/null +++ b/game/themes/Deluxe/[jukebox]lyric.png diff --git a/game/themes/Deluxe/[jukebox]random.png b/game/themes/Deluxe/[jukebox]random.png Binary files differnew file mode 100644 index 00000000..30837235 --- /dev/null +++ b/game/themes/Deluxe/[jukebox]random.png diff --git a/game/themes/Deluxe/[jukebox]repeat.png b/game/themes/Deluxe/[jukebox]repeat.png Binary files differnew file mode 100644 index 00000000..135f3792 --- /dev/null +++ b/game/themes/Deluxe/[jukebox]repeat.png diff --git a/game/themes/Deluxe/[jukebox]songlist.png b/game/themes/Deluxe/[jukebox]songlist.png Binary files differnew file mode 100644 index 00000000..b88ecaf8 --- /dev/null +++ b/game/themes/Deluxe/[jukebox]songlist.png diff --git a/game/themes/Deluxe/[jukebox]songlistdown.png b/game/themes/Deluxe/[jukebox]songlistdown.png Binary files differnew file mode 100644 index 00000000..e467c935 --- /dev/null +++ b/game/themes/Deluxe/[jukebox]songlistdown.png diff --git a/game/themes/Deluxe/[jukebox]songlistup.png b/game/themes/Deluxe/[jukebox]songlistup.png Binary files differnew file mode 100644 index 00000000..fd9d5ac9 --- /dev/null +++ b/game/themes/Deluxe/[jukebox]songlistup.png diff --git a/game/themes/Deluxe/[jukebox]timeBar.jpg b/game/themes/Deluxe/[jukebox]timeBar.jpg Binary files differnew file mode 100644 index 00000000..cc5cb552 --- /dev/null +++ b/game/themes/Deluxe/[jukebox]timeBar.jpg diff --git a/game/themes/Deluxe/[jukebox]timeBarBG.png b/game/themes/Deluxe/[jukebox]timeBarBG.png Binary files differnew file mode 100644 index 00000000..c4446c70 --- /dev/null +++ b/game/themes/Deluxe/[jukebox]timeBarBG.png diff --git a/game/themes/Deluxe/[jukebox]title.png b/game/themes/Deluxe/[jukebox]title.png Binary files differnew file mode 100644 index 00000000..13526ec4 --- /dev/null +++ b/game/themes/Deluxe/[jukebox]title.png diff --git a/game/themes/Temptation/Temptation (16-9).ini b/game/themes/Temptation/Temptation (16-9).ini index bf630077..4cd5dc80 100755 --- a/game/themes/Temptation/Temptation (16-9).ini +++ b/game/themes/Temptation/Temptation (16-9).ini @@ -255,4 +255,17 @@ LyricIconD_P4 = [sing.player4]lyric_inactive.png LyricIcon_P5 = [sing.player5]lyric_active.png LyricIconD_P5 = [sing.player5]lyric_inactive.png LyricIcon_P6 = [sing.player6]lyric_active.png -LyricIconD_P6 = [sing.player6]lyric_inactive.png
\ No newline at end of file +LyricIconD_P6 = [sing.player6]lyric_inactive.png + +# # # J U K E B O X # # # +JukeboxTimeBar1 = [jukebox]timeBarBG.png +JukeboxTimeBar = [jukebox]timeBar.jpg +JukeboxSong = [jukebox]song.png +JukeboxSongBackground = [jukebox]title.png +JukeboxSongListBackground = [jukebox]songlist.png +JukeboxLyric = [jukebox]lyric.png +JukeboxRandom = [jukebox]random.png +JukeboxRepeat = [jukebox]repeat.png +JukeboxCurrentSongBackground = [jukebox]currentsong.png +JukeboxSongListUp = [jukebox]songlistup.png +JukeboxSongListDown = [jukebox]songlistdown.png
\ No newline at end of file diff --git a/game/themes/Temptation/Temptation (4-3).ini b/game/themes/Temptation/Temptation (4-3).ini index 5fa2f12d..5cb26d72 100755 --- a/game/themes/Temptation/Temptation (4-3).ini +++ b/game/themes/Temptation/Temptation (4-3).ini @@ -255,4 +255,17 @@ LyricIconD_P4 = [sing.player4]lyric_inactive.png LyricIcon_P5 = [sing.player5]lyric_active.png LyricIconD_P5 = [sing.player5]lyric_inactive.png LyricIcon_P6 = [sing.player6]lyric_active.png -LyricIconD_P6 = [sing.player6]lyric_inactive.png
\ No newline at end of file +LyricIconD_P6 = [sing.player6]lyric_inactive.png + +# # # J U K E B O X # # # +JukeboxTimeBar1 = [jukebox]timeBarBG.png +JukeboxTimeBar = [jukebox]timeBar.jpg +JukeboxSong = [jukebox]song.png +JukeboxSongBackground = [jukebox]title.png +JukeboxSongListBackground = [jukebox]songlist.png +JukeboxLyric = [jukebox]lyric.png +JukeboxRandom = [jukebox]random.png +JukeboxRepeat = [jukebox]repeat.png +JukeboxCurrentSongBackground = [jukebox]currentsong.png +JukeboxSongListUp = [jukebox]songlistup.png +JukeboxSongListDown = [jukebox]songlistdown.png
\ No newline at end of file diff --git a/game/themes/Temptation/[jukebox]currentsong.png b/game/themes/Temptation/[jukebox]currentsong.png Binary files differnew file mode 100644 index 00000000..074ed29f --- /dev/null +++ b/game/themes/Temptation/[jukebox]currentsong.png diff --git a/game/themes/Temptation/[jukebox]lyric.png b/game/themes/Temptation/[jukebox]lyric.png Binary files differnew file mode 100644 index 00000000..367ac5f9 --- /dev/null +++ b/game/themes/Temptation/[jukebox]lyric.png diff --git a/game/themes/Temptation/[jukebox]random.png b/game/themes/Temptation/[jukebox]random.png Binary files differnew file mode 100644 index 00000000..30837235 --- /dev/null +++ b/game/themes/Temptation/[jukebox]random.png diff --git a/game/themes/Temptation/[jukebox]repeat.png b/game/themes/Temptation/[jukebox]repeat.png Binary files differnew file mode 100644 index 00000000..135f3792 --- /dev/null +++ b/game/themes/Temptation/[jukebox]repeat.png diff --git a/game/themes/Temptation/[jukebox]songlist.png b/game/themes/Temptation/[jukebox]songlist.png Binary files differnew file mode 100644 index 00000000..b88ecaf8 --- /dev/null +++ b/game/themes/Temptation/[jukebox]songlist.png diff --git a/game/themes/Temptation/[jukebox]songlistdown.png b/game/themes/Temptation/[jukebox]songlistdown.png Binary files differnew file mode 100644 index 00000000..e467c935 --- /dev/null +++ b/game/themes/Temptation/[jukebox]songlistdown.png diff --git a/game/themes/Temptation/[jukebox]songlistup.png b/game/themes/Temptation/[jukebox]songlistup.png Binary files differnew file mode 100644 index 00000000..fd9d5ac9 --- /dev/null +++ b/game/themes/Temptation/[jukebox]songlistup.png diff --git a/game/themes/Temptation/[jukebox]timeBar.jpg b/game/themes/Temptation/[jukebox]timeBar.jpg Binary files differnew file mode 100644 index 00000000..cc5cb552 --- /dev/null +++ b/game/themes/Temptation/[jukebox]timeBar.jpg diff --git a/game/themes/Temptation/[jukebox]timeBarBG.png b/game/themes/Temptation/[jukebox]timeBarBG.png Binary files differnew file mode 100644 index 00000000..c4446c70 --- /dev/null +++ b/game/themes/Temptation/[jukebox]timeBarBG.png diff --git a/game/themes/Temptation/[jukebox]title.png b/game/themes/Temptation/[jukebox]title.png Binary files differnew file mode 100644 index 00000000..13526ec4 --- /dev/null +++ b/game/themes/Temptation/[jukebox]title.png diff --git a/game/themes/Verdure/Drippin.ini b/game/themes/Verdure/Drippin.ini index 658fe5e6..fdb843be 100644 --- a/game/themes/Verdure/Drippin.ini +++ b/game/themes/Verdure/Drippin.ini @@ -232,4 +232,17 @@ LyricIconD_P4 = [sing.player4]lyric_inactive.png LyricIcon_P5 = [sing.player5]lyric_active.png LyricIconD_P5 = [sing.player5]lyric_inactive.png LyricIcon_P6 = [sing.player6]lyric_active.png -LyricIconD_P6 = [sing.player6]lyric_inactive.png
\ No newline at end of file +LyricIconD_P6 = [sing.player6]lyric_inactive.png + +# # # J U K E B O X # # # +JukeboxTimeBar1 = [jukebox]timeBarBG.png +JukeboxTimeBar = [jukebox]timeBar.jpg +JukeboxSong = [jukebox]song.png +JukeboxSongBackground = [jukebox]title.png +JukeboxSongListBackground = [jukebox]songlist.png +JukeboxLyric = [jukebox]lyric.png +JukeboxRandom = [jukebox]random.png +JukeboxRepeat = [jukebox]repeat.png +JukeboxCurrentSongBackground = [jukebox]currentsong.png +JukeboxSongListUp = [jukebox]songlistup.png +JukeboxSongListDown = [jukebox]songlistdown.png
\ No newline at end of file diff --git a/game/themes/Verdure/Drippin_Low.ini b/game/themes/Verdure/Drippin_Low.ini index e4b02f8f..24b8f003 100644 --- a/game/themes/Verdure/Drippin_Low.ini +++ b/game/themes/Verdure/Drippin_Low.ini @@ -232,4 +232,17 @@ LyricIconD_P4 = [sing.player4]lyric_inactive.png LyricIcon_P5 = [sing.player5]lyric_active.png LyricIconD_P5 = [sing.player5]lyric_inactive.png LyricIcon_P6 = [sing.player6]lyric_active.png -LyricIconD_P6 = [sing.player6]lyric_inactive.png
\ No newline at end of file +LyricIconD_P6 = [sing.player6]lyric_inactive.png + +# # # J U K E B O X # # # +JukeboxTimeBar1 = [jukebox]timeBarBG.png +JukeboxTimeBar = [jukebox]timeBar.jpg +JukeboxSong = [jukebox]song.png +JukeboxSongBackground = [jukebox]title.png +JukeboxSongListBackground = [jukebox]songlist.png +JukeboxLyric = [jukebox]lyric.png +JukeboxRandom = [jukebox]random.png +JukeboxRepeat = [jukebox]repeat.png +JukeboxCurrentSongBackground = [jukebox]currentsong.png +JukeboxSongListUp = [jukebox]songlistup.png +JukeboxSongListDown = [jukebox]songlistdown.png
\ No newline at end of file diff --git a/game/themes/Verdure/Drippin_Static.ini b/game/themes/Verdure/Drippin_Static.ini index ed14d52e..dd0d59d9 100644 --- a/game/themes/Verdure/Drippin_Static.ini +++ b/game/themes/Verdure/Drippin_Static.ini @@ -232,4 +232,17 @@ LyricIconD_P4 = [sing.player4]lyric_inactive.png LyricIcon_P5 = [sing.player5]lyric_active.png LyricIconD_P5 = [sing.player5]lyric_inactive.png LyricIcon_P6 = [sing.player6]lyric_active.png -LyricIconD_P6 = [sing.player6]lyric_inactive.png
\ No newline at end of file +LyricIconD_P6 = [sing.player6]lyric_inactive.png + +# # # J U K E B O X # # # +JukeboxTimeBar1 = [jukebox]timeBarBG.png +JukeboxTimeBar = [jukebox]timeBar.jpg +JukeboxSong = [jukebox]song.png +JukeboxSongBackground = [jukebox]title.png +JukeboxSongListBackground = [jukebox]songlist.png +JukeboxLyric = [jukebox]lyric.png +JukeboxRandom = [jukebox]random.png +JukeboxRepeat = [jukebox]repeat.png +JukeboxCurrentSongBackground = [jukebox]currentsong.png +JukeboxSongListUp = [jukebox]songlistup.png +JukeboxSongListDown = [jukebox]songlistdown.png
\ No newline at end of file diff --git a/game/themes/Verdure/Springtime.ini b/game/themes/Verdure/Springtime.ini index 650ce888..5edcdf3e 100644 --- a/game/themes/Verdure/Springtime.ini +++ b/game/themes/Verdure/Springtime.ini @@ -232,4 +232,17 @@ LyricIconD_P4 = [sing.player4]lyric_inactive.png LyricIcon_P5 = [sing.player5]lyric_active.png LyricIconD_P5 = [sing.player5]lyric_inactive.png LyricIcon_P6 = [sing.player6]lyric_active.png -LyricIconD_P6 = [sing.player6]lyric_inactive.png
\ No newline at end of file +LyricIconD_P6 = [sing.player6]lyric_inactive.png + +# # # J U K E B O X # # # +JukeboxTimeBar1 = [jukebox]timeBarBG.png +JukeboxTimeBar = [jukebox]timeBar.jpg +JukeboxSong = [jukebox]song.png +JukeboxSongBackground = [jukebox]title.png +JukeboxSongListBackground = [jukebox]songlist.png +JukeboxLyric = [jukebox]lyric.png +JukeboxRandom = [jukebox]random.png +JukeboxRepeat = [jukebox]repeat.png +JukeboxCurrentSongBackground = [jukebox]currentsong.png +JukeboxSongListUp = [jukebox]songlistup.png +JukeboxSongListDown = [jukebox]songlistdown.png
\ No newline at end of file diff --git a/game/themes/Verdure/Springtime_Low.ini b/game/themes/Verdure/Springtime_Low.ini index 87ce09e2..236e6146 100644 --- a/game/themes/Verdure/Springtime_Low.ini +++ b/game/themes/Verdure/Springtime_Low.ini @@ -232,4 +232,17 @@ LyricIconD_P4 = [sing.player4]lyric_inactive.png LyricIcon_P5 = [sing.player5]lyric_active.png LyricIconD_P5 = [sing.player5]lyric_inactive.png LyricIcon_P6 = [sing.player6]lyric_active.png -LyricIconD_P6 = [sing.player6]lyric_inactive.png
\ No newline at end of file +LyricIconD_P6 = [sing.player6]lyric_inactive.png + +# # # J U K E B O X # # # +JukeboxTimeBar1 = [jukebox]timeBarBG.png +JukeboxTimeBar = [jukebox]timeBar.jpg +JukeboxSong = [jukebox]song.png +JukeboxSongBackground = [jukebox]title.png +JukeboxSongListBackground = [jukebox]songlist.png +JukeboxLyric = [jukebox]lyric.png +JukeboxRandom = [jukebox]random.png +JukeboxRepeat = [jukebox]repeat.png +JukeboxCurrentSongBackground = [jukebox]currentsong.png +JukeboxSongListUp = [jukebox]songlistup.png +JukeboxSongListDown = [jukebox]songlistdown.png
\ No newline at end of file diff --git a/game/themes/Verdure/Springtime_Static.ini b/game/themes/Verdure/Springtime_Static.ini index e778277d..657ce20b 100644 --- a/game/themes/Verdure/Springtime_Static.ini +++ b/game/themes/Verdure/Springtime_Static.ini @@ -232,4 +232,17 @@ LyricIconD_P4 = [sing.player4]lyric_inactive.png LyricIcon_P5 = [sing.player5]lyric_active.png LyricIconD_P5 = [sing.player5]lyric_inactive.png LyricIcon_P6 = [sing.player6]lyric_active.png -LyricIconD_P6 = [sing.player6]lyric_inactive.png
\ No newline at end of file +LyricIconD_P6 = [sing.player6]lyric_inactive.png + +# # # J U K E B O X # # # +JukeboxTimeBar1 = [jukebox]timeBarBG.png +JukeboxTimeBar = [jukebox]timeBar.jpg +JukeboxSong = [jukebox]song.png +JukeboxSongBackground = [jukebox]title.png +JukeboxSongListBackground = [jukebox]songlist.png +JukeboxLyric = [jukebox]lyric.png +JukeboxRandom = [jukebox]random.png +JukeboxRepeat = [jukebox]repeat.png +JukeboxCurrentSongBackground = [jukebox]currentsong.png +JukeboxSongListUp = [jukebox]songlistup.png +JukeboxSongListDown = [jukebox]songlistdown.png
\ No newline at end of file diff --git a/game/themes/Verdure/[jukebox]currentsong.png b/game/themes/Verdure/[jukebox]currentsong.png Binary files differnew file mode 100644 index 00000000..074ed29f --- /dev/null +++ b/game/themes/Verdure/[jukebox]currentsong.png diff --git a/game/themes/Verdure/[jukebox]lyric.png b/game/themes/Verdure/[jukebox]lyric.png Binary files differnew file mode 100644 index 00000000..367ac5f9 --- /dev/null +++ b/game/themes/Verdure/[jukebox]lyric.png diff --git a/game/themes/Verdure/[jukebox]random.png b/game/themes/Verdure/[jukebox]random.png Binary files differnew file mode 100644 index 00000000..30837235 --- /dev/null +++ b/game/themes/Verdure/[jukebox]random.png diff --git a/game/themes/Verdure/[jukebox]repeat.png b/game/themes/Verdure/[jukebox]repeat.png Binary files differnew file mode 100644 index 00000000..135f3792 --- /dev/null +++ b/game/themes/Verdure/[jukebox]repeat.png diff --git a/game/themes/Verdure/[jukebox]songlist.png b/game/themes/Verdure/[jukebox]songlist.png Binary files differnew file mode 100644 index 00000000..b88ecaf8 --- /dev/null +++ b/game/themes/Verdure/[jukebox]songlist.png diff --git a/game/themes/Verdure/[jukebox]songlistdown.png b/game/themes/Verdure/[jukebox]songlistdown.png Binary files differnew file mode 100644 index 00000000..e467c935 --- /dev/null +++ b/game/themes/Verdure/[jukebox]songlistdown.png diff --git a/game/themes/Verdure/[jukebox]songlistup.png b/game/themes/Verdure/[jukebox]songlistup.png Binary files differnew file mode 100644 index 00000000..fd9d5ac9 --- /dev/null +++ b/game/themes/Verdure/[jukebox]songlistup.png diff --git a/game/themes/Verdure/[jukebox]timeBar.jpg b/game/themes/Verdure/[jukebox]timeBar.jpg Binary files differnew file mode 100644 index 00000000..cc5cb552 --- /dev/null +++ b/game/themes/Verdure/[jukebox]timeBar.jpg diff --git a/game/themes/Verdure/[jukebox]timeBarBG.png b/game/themes/Verdure/[jukebox]timeBarBG.png Binary files differnew file mode 100644 index 00000000..c4446c70 --- /dev/null +++ b/game/themes/Verdure/[jukebox]timeBarBG.png diff --git a/game/themes/Verdure/[jukebox]title.png b/game/themes/Verdure/[jukebox]title.png Binary files differnew file mode 100644 index 00000000..13526ec4 --- /dev/null +++ b/game/themes/Verdure/[jukebox]title.png |