LoadBufferFromString, LoadWaveFromMemory and LoadMusicStreamFromMemory.
This commit is contained in:
@@ -36,6 +36,7 @@ local function addButton( bounds, text, callback )
|
||||
callback,
|
||||
{
|
||||
{ RL.LABEL, RL.TEXT_ALIGNMENT, RL.TEXT_ALIGN_CENTER },
|
||||
{ RL.DEFAULT, RL.TEXT_SIZE, 32 },
|
||||
{ RL.LABEL, RL.TEXT_COLOR_NORMAL, RL.ColorToInt( { 84, 59, 22 } ) },
|
||||
{ RL.LABEL, RL.TEXT_COLOR_PRESSED, RL.ColorToInt( { 84/2, 59/2, 22/2 } ) },
|
||||
{ RL.LABEL, RL.TEXT_COLOR_FOCUSED, RL.ColorToInt( RL.GREEN ) },
|
||||
|
||||
Reference in New Issue
Block a user