diff options
Diffstat (limited to 'examples/gui/main.lua')
| -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 18d8b41..3db60bb 100644 --- a/examples/gui/main.lua +++ b/examples/gui/main.lua @@ -43,7 +43,7 @@ function RL.draw() end -- RL.GuiSetStyle( RL.DEFAULT, RL.TEXT_SIZE, 20 ) - RL.GuiButton( { 112, 64, 96, 32 }, RL.GuiIconText( 113, "Kissa" ) ) + RL.GuiButton( { 112, 64, 96, 32 }, RL.GuiIconText( 113, "Cat" ) ) -- RL.GuiSetStyle( RL.DEFAULT, RL.TEXT_SIZE, 10 ) if windowOpen and RL.GuiWindowBox( { 300, 16, 200, 320 }, "Window" ) then |
