[Bugfix + Enhancement] Sword Trail fixes and enhancements (#1473)
* Fix Trails, add more Trail Customization
* 3d Bombs; Bombchu now glow custom trail colors
* 3D Seed/Nut Model, Separate Sword Slash Colors
* Removed 3D Seeds/Nuts; Don't work properly
* restored previous removal of sword blur code
* Remove things not related to Trails
* Remove fix to random color code
staticCosmeticsColorIndividualTrails_col={"Trails color","Affects Swords slash, boomerang and Bombchu trails color","gTrailCol",trailscol,ImVec4(255,255,255,255),true,false,false};
staticCosmeticsColorIndividualSword_Trails_Top_col={"Sword Trail Top Color","Affects top of sword slash","gSwordTrailTopCol",swordtrailtop_col,ImVec4(255,255,255,255),true,false,false};
staticCosmeticsColorIndividualSword_Trails_Bottom_col={"Sword Trail End Color","Affects bottom of sword slash","gSwordTrailBottomCol",swordtrailbottom_col,ImVec4(255,255,255,255),true,false,false};
staticCosmeticsColorIndividualBoom_Trails_Start_col={"Boomerang Trail Start Color","Affects start of boomerang trail","gBoomTrailStartCol",boomtrailstart_col,ImVec4(255,255,100,255),true,false,false};
staticCosmeticsColorIndividualBoom_Trails_End_col={"Boomerang Trail End Color","Affects end of boomerang trail","gBoomTrailEndCol",boomtrailend_col,ImVec4(255,255,100,255),true,false,false};
staticCosmeticsColorIndividualKSword_Trails_Top_col={"Kokiri Sword Top Color","Affects top of sword slash","gKSwordTrailTopCol",swordtrailtop_col,ImVec4(255,255,255,255),true,false,false};
staticCosmeticsColorIndividualKSword_Trails_Bottom_col={"Kokiri Sword End Color","Affects bottom of sword slash","gKSwordTrailBottomCol",swordtrailbottom_col,ImVec4(255,255,255,255),true,false,false};
staticCosmeticsColorIndividualMSword_Trails_Top_col={"Master Sword Top Color","Affects top of sword slash","gMSwordTrailTopCol",swordtrailtop_col,ImVec4(255,255,255,255),true,false,false};
staticCosmeticsColorIndividualMSword_Trails_Bottom_col={"Master Sword End Color","Affects bottom of sword slash","gMSwordTrailBottomCol",swordtrailbottom_col,ImVec4(255,255,255,255),true,false,false};
staticCosmeticsColorIndividualBSword_Trails_Top_col={"BG Sword Top Color","Affects top of sword slash","gBSwordTrailTopCol",swordtrailtop_col,ImVec4(255,255,255,255),true,false,false};
staticCosmeticsColorIndividualBSword_Trails_Bottom_col={"BG Sword End Color","Affects bottom of sword slash","gBSwordTrailBottomCol",swordtrailbottom_col,ImVec4(255,255,255,255),true,false,false};
staticCosmeticsColorIndividualStick_Trails_Top_col={"Stick Top Color","Affects top of stick swing","gStickTrailTopCol",swordtrailtop_col,ImVec4(255,255,255,255),true,false,false};
staticCosmeticsColorIndividualStick_Trails_Bottom_col={"Stick End Color","Affects bottom of stick swing","gStickTrailBottomCol",swordtrailbottom_col,ImVec4(255,255,255,255),true,false,false};
staticCosmeticsColorIndividualHammer_Trails_Top_col={"Hammer Top Color","Affects top of hammer swing","gHammerTrailTopCol",swordtrailtop_col,ImVec4(255,255,255,255),true,false,false};
staticCosmeticsColorIndividualHammer_Trails_Bottom_col={"Hammer End Color","Affects bottom of hammer swing","gHammerTrailBottomCol",swordtrailbottom_col,ImVec4(255,255,255,255),true,false,false};
//Menus - File Choose
staticCosmeticsColorIndividualFileChoose_Background={"Main menu color","Affects the File Select menu background.","gCCFileChoosePrim",fileselect_colors,ImVec4(100,150,255,255),true,false,false};