made shapes_logo_raylib.py stand for the conventions
This commit is contained in:
parent
de6a98c115
commit
bc629b3d0a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
# ----------------------------------------------------------------------------------
|
||||
|
|
Reference in a new issue