diff --git a/examples/shapes_logo_raylib.lua b/examples/shapes_logo_raylib.lua index e64f24a..ead385a 100644 --- a/examples/shapes_logo_raylib.lua +++ b/examples/shapes_logo_raylib.lua @@ -3,7 +3,7 @@ local lua_color = rl.new("Color", 3, 3, 128, 255) local width, height = 800, 450 rl.SetConfigFlags(rl.FLAG_VSYNC_HINT) -rl.InitWindow(800, 450, "raylib [shapes] example - basic shapes drawing") +rl.InitWindow(800, 450, "raylib [shapes] example - raylib logo") while not rl.WindowShouldClose() do rl.BeginDrawing()