I was wondering if using a custom font (a sprite with dozens of sub-images) counts against the sprite limit if it's only used to display text; I'm not looking to sneak in extra sprites that represent objects or are part of the background or anything like that.
I was also wondering if it's okay to set up the screen resolution/views in code without it being counted against the allotted 100 lines since it can be done in the room editor (for free, I assume) but might not look right on all screens. Similarly, if it's okay to instance objects in a room's creation code as opposed to placing them with the mouse (or if placing objects in the room editor counts for a line of code).
-thanks