Rendering from code. #887
-
I'm trying to make a dialogue box system on a game I'm making and I plan on having a spritesheet with letters as the sprite. The problem is I don't know how or if its even possible to render/create a sprite from code. If you have a better idea for the dialouge box, please do tell me. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If you are using v3 (downloaded from duality's page), you could download YAUI from the Package Manager (bit of explanations on how it works here ); if you are already trying the v4 alpha, you can probably grab it from nuGet. Otherwise, you can take a look at the |
Beta Was this translation helpful? Give feedback.
If you are using v3 (downloaded from duality's page), you could download YAUI from the Package Manager (bit of explanations on how it works here ); if you are already trying the v4 alpha, you can probably grab it from nuGet.
Otherwise, you can take a look at the
Canvas
class here, and especially at theDrawText
method.