JujuAdams / Scribble

Efficient, internationalized, multi-effects text renderer for GameMaker
https://www.jujuadams.com/Scribble/
MIT License
322 stars 47 forks source link

featherdoc comment in the main scribble() function #500

Closed DragoniteSpam closed 8 months ago

DragoniteSpam commented 8 months ago

because the first thing in the scribble() function is a check if the argument is a struct, feather thinks the argument is supposed to be a struct, and will yell at you whenever you try to pass it a string the way it's supposed to; with stock feather settings that currently accounts for 300ish of the 400ish "errors" in the main branch of the repository

DragoniteSpam commented 8 months ago

i only changed the one function because it causes by far the most problems, but if you want them i can probably also add feather comments to the other functions too

JujuAdams commented 8 months ago

If and when I support Feather I'll do the whole library. Halfway supporting it will only cause people to pester me more. Also v9 is slowly on its way and any Feather work has a 50% chance of hitting the bin.

Also, please don't PR into master ...