You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cccp-bender-main.bmx
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -467,7 +467,7 @@ Type TAppGUI
467
467
Global editHelpTextbox:TGadget
468
468
'Textboxes content
469
469
Global aboutTextboxContent:String[7]
470
-
Global helpTextboxContent:String[15]
470
+
Global helpTextboxContent:String[17]
471
471
472
472
'Create Main App Window
473
473
FunctionFAppMain()
@@ -534,8 +534,10 @@ Type TAppGUI
534
534
helpTextboxContent[11]="FRAMES: ~nThis sets the amount of frames output will generate. ~n~nAccepts values from 1 to 20. ~n~n"
535
535
helpTextboxContent[12]="- Note : ~nLimb bending will automatically adjust to number of frames. ~n~n"
536
536
helpTextboxContent[13]="BG COLOR R,G,B: ~nThis changes the background color of the output. ~n~nAccepts values from 0 to 255. ~n~n"
537
-
helpTextboxContent[14]="- Note : ~nWhen saving file, the output will automatically set background to magenta, so no manual setting before saving is needed."
helpTextboxContent[14]="- Note : ~nWhen saving file, the output will automatically set background to magenta, so no manual setting before saving is needed. ~n~n"
538
+
helpTextboxContent[15]="SAVE AS INDEXED BITMAP : ~nWhen ticked the output will be saved as a BMP file indexed to the CC palette. ~nWhen not ticked, output will be saved as a non-indexed PNG. ~n~n"
539
+
helpTextboxContent[16]="- Warning : ~nTHE INDEXING PROCESS IS SLOW! ~nI've done my best to speed it up but it still isn't blazing fast like PNG saving. ~nWhen saving indexed, the app may hang and appear unresponsive but in fact it's doing what it's supposed to. ~nFor best results, DO NOT TOUCH ANYTHING until the background color reverts from magenta to whatever it was before!"
0 commit comments