made shapes_logo_raylib.py stand for the conventions

This commit is contained in:
דור שפירא 2022-09-22 21:49:01 +03:00
parent de6a98c115
commit bc629b3d0a

View file

@ -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
# ----------------------------------------------------------------------------------