LoadFontEx fix. DrawTextBoxed and DrawTextBoxedSelectable From raylib [text] example - Rectangle bounds.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user