I've been using Scribble for a couple of weeks now and so far I've only touched the in-line commands, draw_text_scribble() function and font baking.
So far so good, but I've got two questions that I just can't figure out myself.
-
When I draw something like draw_text_scribble(x,y,"test"), GM will throw an error that the function wants a struct. Everything works fine, I'm just wondering how to get rid of this error the correct way.
-
How do I use functions like .line_height() ? As in: what is the syntax for these kind of functions?
So far I've really enjoyed using Scribble (inline sprites are amazing!).
The documentation is very robust, but could do with some basic examples.