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
SetGadgetText(mainAboutTextbox,"Welcome to the CCCP Bender utility!~n~nIt's purpose is to make the life of modders easier by automagically generating bent limb frames.~n~nThe CC Bender was originally created by Arne Jansson (AndroidArts), the man behind all the Cortex Command artwork.~nThe CCCommunityProject Bender, however, is a brand new tool that allows more control and convenience For the modder (hopefully).~n~nThis tool utilizes Arne's original limb bend code, but also allows loading and saving sprites, along with other settings.~n~nCreated by MaximDude using BlitzMax MaxIDE 1.52~nCCCP Bender version 0.1 - 17 Aug 2019")
252
257
mainWindowFooterLabel = CreateLabel("CCCP Bender v"+appVersion+" by MaximDude",10,GadgetHeight(mainWindow)-20,GadgetWidth(mainWindow),15,mainWindow,LABEL_LEFT)
258
+
'About textbox Content
259
+
aboutTextboxContent[0]="Welcome to the CCCP Bender utility!~n~n"
260
+
aboutTextboxContent[1]="It's purpose is to make the life of modders easier by automagically generating bent limb frames.~n~n"
261
+
aboutTextboxContent[2]="The CC Bender was originally created by Arne Jansson (AndroidArts), the man behind all the Cortex Command artwork.~n"
262
+
aboutTextboxContent[3]="The CCCommunityProject Bender, however, is a brand new tool that allows more control and convenience for the modder (hopefully).~n~n"
263
+
aboutTextboxContent[4]="Arne's original bend code was used as base for this utility, and has been modified and improved to enable the new features.~n~n"
264
+
aboutTextboxContent[5]="Created by MaximDude using BlitzMax MaxIDE 1.52~n"
265
+
aboutTextboxContent[6]="Bender logo image by Arne Jansson - Edited by MaximDude"
266
+
aboutTextboxContent[7]="CCCP Bender version "+appVersion+" - "+appVersionDate
0 commit comments