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 /game/themes/Verdure | |
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
Diffstat (limited to 'game/themes/Verdure')
-rw-r--r-- | game/themes/Verdure/Drippin.ini | 15 | ||||
-rw-r--r-- | game/themes/Verdure/Drippin_Low.ini | 15 | ||||
-rw-r--r-- | game/themes/Verdure/Drippin_Static.ini | 15 | ||||
-rw-r--r-- | game/themes/Verdure/Springtime.ini | 15 | ||||
-rw-r--r-- | game/themes/Verdure/Springtime_Low.ini | 15 | ||||
-rw-r--r-- | game/themes/Verdure/Springtime_Static.ini | 15 | ||||
-rw-r--r-- | game/themes/Verdure/[jukebox]currentsong.png | bin | 0 -> 1343 bytes | |||
-rw-r--r-- | game/themes/Verdure/[jukebox]lyric.png | bin | 0 -> 2907 bytes | |||
-rw-r--r-- | game/themes/Verdure/[jukebox]random.png | bin | 0 -> 3556 bytes | |||
-rw-r--r-- | game/themes/Verdure/[jukebox]repeat.png | bin | 0 -> 3409 bytes | |||
-rw-r--r-- | game/themes/Verdure/[jukebox]songlist.png | bin | 0 -> 12014 bytes | |||
-rw-r--r-- | game/themes/Verdure/[jukebox]songlistdown.png | bin | 0 -> 3083 bytes | |||
-rw-r--r-- | game/themes/Verdure/[jukebox]songlistup.png | bin | 0 -> 3073 bytes | |||
-rw-r--r-- | game/themes/Verdure/[jukebox]timeBar.jpg | bin | 0 -> 317 bytes | |||
-rw-r--r-- | game/themes/Verdure/[jukebox]timeBarBG.png | bin | 0 -> 3083 bytes | |||
-rw-r--r-- | game/themes/Verdure/[jukebox]title.png | bin | 0 -> 1124 bytes |
16 files changed, 84 insertions, 6 deletions
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 |