stuff
This commit is contained in:
parent
2dbfa1b99e
commit
b1230534c5
22 changed files with 547 additions and 429 deletions
|
@ -18,8 +18,6 @@ void DrawTextFull(
|
|||
{
|
||||
const Vector2 textSize = MeasureTextEx(font, text, fontSize, spacing);
|
||||
|
||||
DrawCircleV(origin, 10, RED);
|
||||
|
||||
const Vector2 pos = origin;
|
||||
origin = (Vector2){0,0};
|
||||
|
||||
|
@ -37,9 +35,6 @@ void DrawTextFull(
|
|||
}
|
||||
|
||||
origin.y += textSize.y / 2;
|
||||
|
||||
DrawCircleV(Vector2Add(origin, pos), 10, DARKGREEN);
|
||||
|
||||
SetTextLineSpacing((int)lineSpacing);
|
||||
|
||||
DrawTextPro(font, text, pos, origin, rotation, fontSize, spacing, tint);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue