From bc629b3d0a82f4879ae2ad48a1d316fb974770a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D7=93=D7=95=D7=A8=20=D7=A9=D7=A4=D7=99=D7=A8=D7=90?= Date: Thu, 22 Sep 2022 21:49:01 +0300 Subject: [PATCH] made shapes_logo_raylib.py stand for the conventions --- examples/shapes/shapes_logo_raylib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/shapes/shapes_logo_raylib.py b/examples/shapes/shapes_logo_raylib.py index 607a90a..12008e3 100644 --- a/examples/shapes/shapes_logo_raylib.py +++ b/examples/shapes/shapes_logo_raylib.py @@ -23,7 +23,7 @@ def main(): screenWidth = 800 screenHeight = 450 - init_window(screenWidth, screenHeight, 'raylib [shapes] example - raylib logo using shapes') + init_window(screenWidth, screenHeight, "raylib [shapes] example - raylib logo using shapes") set_target_fps(60) # Set our game to run at 60 frames-per-second # ----------------------------------------------------------------------------------