diff options
| author | jussi | 2023-04-10 14:33:15 +0300 |
|---|---|---|
| committer | jussi | 2023-04-10 14:33:15 +0300 |
| commit | 1cbadf56f33641e85fc634a326c0db6935947c23 (patch) | |
| tree | 666551c4a62d77b840fa83948c60df3b6ab726ea /examples/gui | |
| parent | 8abed46dfdc73e616891f86099bfcebdf03caede (diff) | |
| download | reilua-enhanced-1cbadf56f33641e85fc634a326c0db6935947c23.tar.gz reilua-enhanced-1cbadf56f33641e85fc634a326c0db6935947c23.tar.bz2 reilua-enhanced-1cbadf56f33641e85fc634a326c0db6935947c23.zip | |
New argument style for gui and easings.
Diffstat (limited to 'examples/gui')
| -rw-r--r-- | examples/gui/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gui/main.lua b/examples/gui/main.lua index 97c18ad..7ae8237 100644 --- a/examples/gui/main.lua +++ b/examples/gui/main.lua @@ -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 ) |
