Update shapes_lines_bezier.py
This commit is contained in:
parent
c0b36508dc
commit
9f11c90e29
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@ from raylib.colors import (
|
||||||
# ------------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------------
|
||||||
def main():
|
def main():
|
||||||
# Initialization
|
# Initialization
|
||||||
|
# ------------------------------------------------------------------------------------
|
||||||
screenWidth = 800
|
screenWidth = 800
|
||||||
screenHeight = 450
|
screenHeight = 450
|
||||||
|
|
||||||
|
@ -55,5 +56,6 @@ def main():
|
||||||
close_window() # Close window and OpenGL context
|
close_window() # Close window and OpenGL context
|
||||||
# ----------------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
# execute the main function
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
|
Reference in a new issue