New argument style for gui and easings.

This commit is contained in:
jussi
2023-04-10 14:33:15 +03:00
parent 8abed46dfd
commit 1cbadf56f3
7 changed files with 411 additions and 419 deletions

View File

@@ -87,7 +87,7 @@ function RL.draw()
end
textInputBox.buttonIndex, textInputBox.text, textInputBox.secretViewActive
= RL.GuiTextInputBox( { 420, 510, 300, 150 }, "Input Box", "Put text here", "Button",textInputBox.text, 200, textInputBox.secretViewActive )
= RL.GuiTextInputBox( { 420, 510, 300, 150 }, "Input Box", "Put text here", "Button", textInputBox.text, 200, textInputBox.secretViewActive )
if 0 <= textInputBox.buttonIndex then
print( "textInputBox.buttonIndex", textInputBox.buttonIndex )