diff options
author | davidus01 <davidus01@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-08-06 22:36:43 +0000 |
---|---|---|
committer | davidus01 <davidus01@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-08-06 22:36:43 +0000 |
commit | 2c701447a512c2d8c5bcea6fa8ced67a9f22478c (patch) | |
tree | ae7c0792ce7fa3589611dd4978b1545cf99d8384 /us_maker_edition/game/themes/Classic | |
parent | debbdd3c1cfe9ff74c02a282ade69dd0dcbbc2a1 (diff) | |
download | usdx-2c701447a512c2d8c5bcea6fa8ced67a9f22478c.tar.gz usdx-2c701447a512c2d8c5bcea6fa8ced67a9f22478c.tar.xz usdx-2c701447a512c2d8c5bcea6fa8ced67a9f22478c.zip |
editor: buttons (play, play with midi, midi, undo, NextSentence, PreviousSentence)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2608 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | us_maker_edition/game/themes/Classic.ini | 88 | ||||
-rw-r--r-- | us_maker_edition/game/themes/Classic/Star.ini | 12 | ||||
-rw-r--r-- | us_maker_edition/game/themes/Classic/[editsub]freestyle.png | bin | 0 -> 4231 bytes | |||
-rw-r--r-- | us_maker_edition/game/themes/Classic/[editsub]gold.png | bin | 0 -> 4325 bytes | |||
-rw-r--r-- | us_maker_edition/game/themes/Classic/[editsub]next-seq.png | bin | 0 -> 4261 bytes | |||
-rw-r--r-- | us_maker_edition/game/themes/Classic/[editsub]play-note.png | bin | 0 -> 4297 bytes | |||
-rw-r--r-- | us_maker_edition/game/themes/Classic/[editsub]play-with-note.png | bin | 0 -> 4362 bytes | |||
-rw-r--r-- | us_maker_edition/game/themes/Classic/[editsub]play.png | bin | 0 -> 4263 bytes | |||
-rw-r--r-- | us_maker_edition/game/themes/Classic/[editsub]previous-seq.png | bin | 0 -> 4270 bytes | |||
-rw-r--r-- | us_maker_edition/game/themes/Classic/[editsub]undo.png | bin | 0 -> 4326 bytes |
10 files changed, 99 insertions, 1 deletions
diff --git a/us_maker_edition/game/themes/Classic.ini b/us_maker_edition/game/themes/Classic.ini index 531f6223..3e856aae 100644 --- a/us_maker_edition/game/themes/Classic.ini +++ b/us_maker_edition/game/themes/Classic.ini @@ -8463,3 +8463,91 @@ Font = 1 Size = 18 Align = 1 +[EditSubBarStatic1] +Tex = PlayOnly +X = 350 +Y = 245 +W = 24 +H = 24 +Type = Transparent +Color = ColorLight +Reflection = 0 +ReflectionSpacing = 31 + +[EditSubBarStatic2] +Tex = playwithnote +X = 376 +Y = 245 +W = 24 +H = 24 +Type = Transparent +Color = ColorLight +Reflection = 0 +ReflectionSpacing = 31 + +[EditSubBarStatic3] +Tex = playnote +X = 402 +Y = 245 +W = 24 +H = 24 +Type = Transparent +Color = ColorLight +Reflection = 0 +ReflectionSpacing = 31 + +[EditSubBarStatic4] +Tex = previousseq +X = 363 +Y = 219 +W = 24 +H = 24 +Type = Transparent +Color = ColorLight +Reflection = 0 +ReflectionSpacing = 31 + +[EditSubBarStatic5] +Tex = nextseq +X = 389 +Y = 219 +W = 24 +H = 24 +Type = Transparent +Color = ColorLight +Reflection = 0 +ReflectionSpacing = 31 + +[EditSubBarStatic6] +Tex = gold +X = 440 +Y = 219 +W = 24 +H = 24 +Type = Transparent +Color = ColorLight +Reflection = 0 +ReflectionSpacing = 31 + +[EditSubBarStatic7] +Tex = freestyle +X = 440 +Y = 245 +W = 24 +H = 24 +Type = Transparent +Color = ColorLight +Reflection = 0 +ReflectionSpacing = 31 + +[EditSubBarStatic8] +Tex = undo +X = 320 +Y = 219 +W = 24 +H = 24 +Type = Transparent +Color = ColorLight +Reflection = 0 +ReflectionSpacing = 31 + diff --git a/us_maker_edition/game/themes/Classic/Star.ini b/us_maker_edition/game/themes/Classic/Star.ini index e72bdbec..4447708e 100644 --- a/us_maker_edition/game/themes/Classic/Star.ini +++ b/us_maker_edition/game/themes/Classic/Star.ini @@ -243,4 +243,14 @@ 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 + +# # # E D I T # # # +PlayOnly = [editsub]play.png +playwithnote = [editsub]play-with-note.png +playnote = [editsub]play-note.png +nextseq = [editsub]next-seq.png +previousseq = [editsub]previous-seq.png +undo = [editsub]undo.png +gold = [editsub]gold.png +freestyle = [editsub]freestyle.png
\ No newline at end of file diff --git a/us_maker_edition/game/themes/Classic/[editsub]freestyle.png b/us_maker_edition/game/themes/Classic/[editsub]freestyle.png Binary files differnew file mode 100644 index 00000000..4ea1dc29 --- /dev/null +++ b/us_maker_edition/game/themes/Classic/[editsub]freestyle.png diff --git a/us_maker_edition/game/themes/Classic/[editsub]gold.png b/us_maker_edition/game/themes/Classic/[editsub]gold.png Binary files differnew file mode 100644 index 00000000..ed14a507 --- /dev/null +++ b/us_maker_edition/game/themes/Classic/[editsub]gold.png diff --git a/us_maker_edition/game/themes/Classic/[editsub]next-seq.png b/us_maker_edition/game/themes/Classic/[editsub]next-seq.png Binary files differnew file mode 100644 index 00000000..ac91f35b --- /dev/null +++ b/us_maker_edition/game/themes/Classic/[editsub]next-seq.png diff --git a/us_maker_edition/game/themes/Classic/[editsub]play-note.png b/us_maker_edition/game/themes/Classic/[editsub]play-note.png Binary files differnew file mode 100644 index 00000000..dba67b21 --- /dev/null +++ b/us_maker_edition/game/themes/Classic/[editsub]play-note.png diff --git a/us_maker_edition/game/themes/Classic/[editsub]play-with-note.png b/us_maker_edition/game/themes/Classic/[editsub]play-with-note.png Binary files differnew file mode 100644 index 00000000..1ed7241a --- /dev/null +++ b/us_maker_edition/game/themes/Classic/[editsub]play-with-note.png diff --git a/us_maker_edition/game/themes/Classic/[editsub]play.png b/us_maker_edition/game/themes/Classic/[editsub]play.png Binary files differnew file mode 100644 index 00000000..bde99838 --- /dev/null +++ b/us_maker_edition/game/themes/Classic/[editsub]play.png diff --git a/us_maker_edition/game/themes/Classic/[editsub]previous-seq.png b/us_maker_edition/game/themes/Classic/[editsub]previous-seq.png Binary files differnew file mode 100644 index 00000000..d0ef893f --- /dev/null +++ b/us_maker_edition/game/themes/Classic/[editsub]previous-seq.png diff --git a/us_maker_edition/game/themes/Classic/[editsub]undo.png b/us_maker_edition/game/themes/Classic/[editsub]undo.png Binary files differnew file mode 100644 index 00000000..62d9da88 --- /dev/null +++ b/us_maker_edition/game/themes/Classic/[editsub]undo.png |