Mladen Mihajlović
Mladen Mihajlović
Just wanna say thanks! This works great and helps me a lot.
Also interested in this. I don't suppose there's any news? Note: It seems to work if you use the `shamefully-hoist` option of pnpm: https://pnpm.io/npmrc#shamefully-hoist
After playing with it I can see I can add my own - this is what I came up with ``` "workbench.colorCustomizations": { "[White]": { "sideBar.border": "#0064ff0c", "editorGroupHeader.tabsBorder": "#0064ff0c" },...
That's great - thanks for letting me know
Hey @ilexp I'd love to try help out with this, and it sounds pretty simple, I'm just wondering how the actual importing would work from a user point of view...
@ilexp Is there any way to stop an import of a file - currently if I drag drop in both a .fnt and a .png file, I can create the...
@ilexp It's going great so far, but I'm struggling a little to align the characters to the baseline. The BMFont definition has a yoffset value per char but the Glyph...
Thanks @ilexp for the detailed answer :smile: I went with the route of changing the Font class to allow for a offsetX field - works really well. Currently the importer...
Ps: Do you have any helper classes I can use to extract a single channel like alpha onto it's own bitmap or something like that?
Pps: Knowing the code a little better now, I'm thinking I could add kerning to the Font class pretty easily - are you sure you'd like me to stay away...