This repository was archived by the owner on Jul 11, 2025. It is now read-only.
Rendering from code. #887
Answered
by
SirePi
Throndax57
asked this question in
Questions & Help
|
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. |
Answered by
SirePi
Jan 26, 2021
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 |
0 replies
Answer selected by
Throndax57
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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
Canvasclass here, and especially at theDrawTextmethod.