feat(branding): embed Hellion Forge fox ASCII signature
Ship two ASCII variants as embedded resources under HellionChat.Branding: - fox-banner.txt — full silhouette with "Hellion Forge" set inside the body, rendered in the first-run wizard and the Settings Information tab as a folded "about the makers" anchor - fox-mini.txt — compact fox-head + curly-tail used by the DI-logger bootstrap banner A small HellionForgeAscii helper lazy-loads both strings; the wizard and information-tab render them in a collapsed TreeNode using the UiBuilder MonoFontHandle so the stipple-art lands pixel-aligned. Both art files are self-made (Julia Moon, free to use) and travel with the plugin DLL so a partial deploy can't lose them.
This commit is contained in:
@@ -58,6 +58,12 @@
|
||||
<EmbeddedResource Include="Resources\HellionFont-OFL.txt">
|
||||
<LogicalName>HellionFont-OFL.txt</LogicalName>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Resources\Branding\fox-banner.txt">
|
||||
<LogicalName>HellionChat.Branding.fox-banner.txt</LogicalName>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Resources\Branding\fox-mini.txt">
|
||||
<LogicalName>HellionChat.Branding.fox-mini.txt</LogicalName>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Themes\Builtin\example-theme.json">
|
||||
<LogicalName>HellionChat.Themes.Builtin.example-theme.json</LogicalName>
|
||||
</EmbeddedResource>
|
||||
|
||||
Reference in New Issue
Block a user