Streamline leaves/trunk symbol help

master
Wuzzy 2017-08-09 18:35:11 +02:00
parent 6eccd649a4
commit f1ad5f8297
1 changed files with 4 additions and 4 deletions

View File

@ -457,8 +457,8 @@ function ltool.tab_cheat_sheet()
"Symbol,Action,"..
"G,Move forward one unit with the pen up,"..
"F,Move forward one unit with the pen down drawing trunks and branches,"..
"f,Move forward one unit with the pen down drawing leaves (100% chance),"..
"T,Move forward one unit with the pen down drawing trunks only,"..
"f,Move forward one unit with the pen down drawing leaves,"..
"T,Move forward one unit with the pen down drawing trunks,"..
"R,Move forward one unit with the pen down placing fruit,"..
"A,Replace with rules set A,"..
"B,Replace with rules set B,"..
@ -589,9 +589,9 @@ function ltool.formspec_editplus(fragment)
"button[3,3.5;1,1;editplus_c_F;F]"..
"tooltip[editplus_c_F;Move forward one unit with the pen down drawing trunks and branches]"..
"button[4,3.5;1,1;editplus_c_f;f]"..
"tooltip[editplus_c_f;Move forward one unit with the pen down drawing leaves (100% chance)]"..
"tooltip[editplus_c_f;Move forward one unit with the pen down drawing leaves]"..
"button[5,3.5;1,1;editplus_c_T;T]"..
"tooltip[editplus_c_T;Move forward one unit with the pen down drawing trunks only]"..
"tooltip[editplus_c_T;Move forward one unit with the pen down drawing trunks]"..
"button[6,3.5;1,1;editplus_c_R;R]"..
"tooltip[editplus_c_R;Move forward one unit with the pen down placing fruit]"..