Added a key shortcut to open Brush factory (Lua scripts), and another one to repeat the last used Lua script. Updated helpfile. At the moment no key is affected by default, so if DawnBringer has a preference...
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1527 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -228,6 +228,8 @@ static const T_Help_table helptable_help[] =
|
||||
HELP_LINK (" 18:1 %s", SPECIAL_ZOOM_18)
|
||||
HELP_LINK (" 20:1 %s", SPECIAL_ZOOM_20)
|
||||
HELP_LINK ("Brush effects menu: %s", 0x100+BUTTON_BRUSH_EFFECTS)
|
||||
HELP_LINK ("Brush factory: %s", 0x200+BUTTON_BRUSH_EFFECTS)
|
||||
HELP_LINK ("Repeat last script: %s", SPECIAL_REPEAT_SCRIPT)
|
||||
HELP_LINK ("Text: %s", 0x100+BUTTON_TEXT)
|
||||
HELP_LINK ("Resolution menu: %s", 0x100+BUTTON_RESOL)
|
||||
HELP_LINK ("Safety resolution: %s", 0x200+BUTTON_RESOL)
|
||||
@@ -1306,6 +1308,8 @@ static const T_Help_table helptable_brush_fx[] =
|
||||
HELP_TEXT ("")
|
||||
HELP_TITLE("BRUSH FACTORY")
|
||||
HELP_TEXT ("")
|
||||
HELP_LINK ("(Key:%s)",0x200+BUTTON_BRUSH_EFFECTS)
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT ("This menu allows you to run scripts. Scripts")
|
||||
HELP_TEXT ("are written in the Lua language, and allow")
|
||||
HELP_TEXT ("you to modify the brush (hence the name")
|
||||
@@ -1325,6 +1329,8 @@ static const T_Help_table helptable_brush_fx[] =
|
||||
HELP_TEXT ("time you open the window. Scripts are loaded")
|
||||
HELP_TEXT ("from disk when you run them.")
|
||||
HELP_TEXT ("")
|
||||
HELP_LINK ("- Repeat last script: %s", SPECIAL_REPEAT_SCRIPT)
|
||||
HELP_TEXT ("")
|
||||
};
|
||||
static const T_Help_table helptable_effects[] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user