diff options
author | davidus01 <davidus01@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-07-03 00:34:03 +0000 |
---|---|---|
committer | davidus01 <davidus01@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-07-03 00:34:03 +0000 |
commit | 0ab45e4c4c5bfebd97a44264c1cd47cf0b6709ba (patch) | |
tree | 7cf32c8c6079667567a3cf2a42385993690bd1c3 /us_maker_edition/game/themes | |
parent | 44a4f320c0597b8a222e75b1b548d26260165abb (diff) | |
download | usdx-0ab45e4c4c5bfebd97a44264c1cd47cf0b6709ba.tar.gz usdx-0ab45e4c4c5bfebd97a44264c1cd47cf0b6709ba.tar.xz usdx-0ab45e4c4c5bfebd97a44264c1cd47cf0b6709ba.zip |
editor: mouse support to move notes
left click & motion to move note
right click & motion to move note with rest notes
editor: Line and Note as button
editor: PlayOne - variable to play only one note
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2569 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'us_maker_edition/game/themes')
-rw-r--r-- | us_maker_edition/game/themes/Deluxe.ini | 47 | ||||
-rw-r--r-- | us_maker_edition/game/themes/Verdure.ini | 47 |
2 files changed, 94 insertions, 0 deletions
diff --git a/us_maker_edition/game/themes/Deluxe.ini b/us_maker_edition/game/themes/Deluxe.ini index 623d6519..ed957d76 100644 --- a/us_maker_edition/game/themes/Deluxe.ini +++ b/us_maker_edition/game/themes/Deluxe.ini @@ -9085,3 +9085,50 @@ Tex = prevbackground Type = Transparent Reflection = 0 ReflectionSpacing = 22 + +[EditSubButtonCurrentLine] +X = 20 +Y = 10 +Z = 0.97 +W = 110 +H = 20 +Size = 20 +Font = 1 +Align = 1 +Color = ColorLight +DColor = ColorLight +Tex = Leiste1 +Type = Colorized +Texts = 1 + +[EditSubButtonCurrentLineText1] +X = 55 +Y = 2 +Color = White +Font = 1 +Size = 18 +Align = 1 + +[EditSubButtonCurrentNote] +X = 140 +Y = 10 +Z = 0.97 +W = 110 +H = 20 +Size = 20 +Font = 1 +Align = 1 +Color = ColorLight +DColor = ColorLight +Tex = Leiste1 +Type = Colorized +Texts = 1 + +[EditSubButtonCurrentNoteText1] +X = 55 +Y = 2 +Color = White +Font = 1 +Size = 18 +Align = 1 + diff --git a/us_maker_edition/game/themes/Verdure.ini b/us_maker_edition/game/themes/Verdure.ini index 1e225675..1aa7d135 100644 --- a/us_maker_edition/game/themes/Verdure.ini +++ b/us_maker_edition/game/themes/Verdure.ini @@ -9383,3 +9383,50 @@ Tex = prevbackground Type = Transparent
Reflection = 0
ReflectionSpacing = 22
+
+[EditSubButtonCurrentLine]
+X = 20
+Y = 10
+Z = 0.97
+W = 110
+H = 20
+Size = 20
+Font = 1
+Align = 1
+Color = ColorLight
+DColor = ColorLight
+Tex = Leiste1
+Type = Colorized
+Texts = 1
+
+[EditSubButtonCurrentLineText1]
+X = 55
+Y = 2
+Color = White
+Font = 1
+Size = 18
+Align = 1
+
+[EditSubButtonCurrentNote]
+X = 140
+Y = 10
+Z = 0.97
+W = 110
+H = 20
+Size = 20
+Font = 1
+Align = 1
+Color = ColorLight
+DColor = ColorLight
+Tex = Leiste1
+Type = Colorized
+Texts = 1
+
+[EditSubButtonCurrentNoteText1]
+X = 55
+Y = 2
+Color = White
+Font = 1
+Size = 18
+Align = 1
+
|