Put ribbons in the FX category so they can be created from the editor.

This commit is contained in:
Daniel Buckmaster 2015-07-25 11:50:47 +10:00
parent b911768adc
commit 8030c75acf
2 changed files with 6 additions and 0 deletions

View file

@ -41,4 +41,6 @@ datablock RibbonData(BasicRibbon)
fadeAwayStep = 0.1; fadeAwayStep = 0.1;
UseFadeOut = true; UseFadeOut = true;
RibbonMaterial = BasicRibbonMat; RibbonMaterial = BasicRibbonMat;
category = "FX";
}; };

View file

@ -41,6 +41,8 @@ datablock RibbonData(BasicRibbon)
fadeAwayStep = 0.1; fadeAwayStep = 0.1;
UseFadeOut = true; UseFadeOut = true;
RibbonMaterial = BasicRibbonMat; RibbonMaterial = BasicRibbonMat;
category = "FX";
}; };
datablock RibbonData(TexturedRibbon) datablock RibbonData(TexturedRibbon)
@ -60,4 +62,6 @@ datablock RibbonData(TexturedRibbon)
tileScale = 1; tileScale = 1;
fixedTexCoords = true; fixedTexCoords = true;
TexcoordsRelativeToDistance = true; TexcoordsRelativeToDistance = true;
category = "FX";
}; };