From 0ab45e4c4c5bfebd97a44264c1cd47cf0b6709ba Mon Sep 17 00:00:00 2001 From: davidus01 Date: Sat, 3 Jul 2010 00:34:03 +0000 Subject: 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 --- us_maker_edition/game/languages/English.ini | 2 ++ us_maker_edition/game/languages/Polish.ini | 2 ++ us_maker_edition/game/themes/Deluxe.ini | 47 +++++++++++++++++++++++++++++ us_maker_edition/game/themes/Verdure.ini | 47 +++++++++++++++++++++++++++++ 4 files changed, 98 insertions(+) (limited to 'us_maker_edition/game') diff --git a/us_maker_edition/game/languages/English.ini b/us_maker_edition/game/languages/English.ini index 9617f7b2..132e0863 100644 --- a/us_maker_edition/game/languages/English.ini +++ b/us_maker_edition/game/languages/English.ini @@ -441,6 +441,8 @@ INFO_DIVIDED_BPM=BPM Divided INFO_MULTIPLIED_BPM=BPM Multiplied INFO_PLAY_SONG=Play song INFO_PLAY_SENTENCE=Play sentence +INFO_CURRENT_LINE=Line: +INFO_CURRENT_NOTE=Note: ERROR_SAVE_FILE_FAILED=Couldn''t save file ERROR_FILE_NOT_FOUND=File not found diff --git a/us_maker_edition/game/languages/Polish.ini b/us_maker_edition/game/languages/Polish.ini index d31fd30e..9c7c0880 100644 --- a/us_maker_edition/game/languages/Polish.ini +++ b/us_maker_edition/game/languages/Polish.ini @@ -417,6 +417,8 @@ INFO_DIVIDED_BPM=Podzielono BPM INFO_MULTIPLIED_BPM=Pomożono BPM INFO_PLAY_SONG=Odegranie piosenki INFO_PLAY_SENTENCE=Odegranie obecnej linii +INFO_CURRENT_LINE=Linia: +INFO_CURRENT_NOTE=Nuta: ERROR_SAVE_FILE_FAILED=Nie mogę zapisać pliku ERROR_FILE_NOT_FOUND=Plik nieznaleziony 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 + -- cgit v1.2.3