Closed seclerp closed 2 years ago
Need to implement file templates for corresponding MGCB Editor dialog:
https://docs.monogame.net/articles/content/using_mgcb_editor.html#adding-content-items
Implementation details:
Effect (.fx)
Both SpriteFont Descriptions (.spritefont)
SpriteFontFileType
Sprite Effect (.fx)
Xml Content (.xml)
All templates content should be the same as what MGCB generates when creating new files
Need to implement file templates for corresponding MGCB Editor dialog:
https://docs.monogame.net/articles/content/using_mgcb_editor.html#adding-content-items
Implementation details:
Effect (.fx)
: just regular file with .fs extension. Syntax highlighting will be added in later versions (maybe)Both SpriteFont Descriptions (.spritefont)
: introduce as a custom XML file typeSpriteFontFileType
Sprite Effect (.fx)
: the same as (1)Xml Content (.xml)
: just regular XML file typeAll templates content should be the same as what MGCB generates when creating new files