The presence of "font.ttf" hints at some sort of ability to load, like, "otherFont.ttf", but I see no evidence of such an ability while poking through the sample apps or docs
An intuitive 2D game engine. Fast, cross-platform, tiny, hot loaded. · By
It appears to be broken in the current build (whoops!), but you can (normally) specify a font filename on any label as part of the array, and DragonRuby will load the font it the first time it sees it used. If not specified, it uses "font.ttf". But again, this is broken in the current build. I'll get that fixed up.
(And also, font.ttf can be replaced outright. If dragonruby-package sees you have your own font.ttf copied into the game directory, it will leave it alone.)
> wait actually it is possible that this is a terrible idea for a game
No, that's actually awesome. :)