From 7ef87c8e2f7824a8abfe715aef23b4a6d2e4db78 Mon Sep 17 00:00:00 2001 From: jussi Date: Fri, 27 Oct 2023 22:53:56 +0300 Subject: New object types for Image, Texture, RenderTexture, Camera2D, Camera3D and Shader. --- examples/gui/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/gui') 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 -- cgit v1.2.3