LoadFontEx fix. DrawTextBoxed and DrawTextBoxedSelectable From raylib [text] example - Rectangle bounds.

This commit is contained in:
jussi
2023-11-01 23:36:31 +02:00
parent dfd66512d7
commit e61823b8bb
9 changed files with 246 additions and 26 deletions

View File

@@ -17,7 +17,7 @@ function RL.process( delta )
end
if RL.IsKeyPressed( RL.KEY_SPACE ) then
textColor = RL.BLACK
textColor = RL.RED
textPos = { 192, 200 }
end
end