update raylib to 4.5

This commit is contained in:
electronstudio 2023-05-22 16:42:24 +01:00 committed by Richard Smith
parent cbcb0719a6
commit 42d6762fbe
60 changed files with 6581 additions and 18340 deletions

View file

@ -31,13 +31,11 @@ for i in range(MAX_COLUMNS):
colors[i] = pyray.Color(pyray.get_random_value(20, 255), pyray.get_random_value(10, 55), 30, 255)
pyray.set_camera_mode(camera, pyray.CAMERA_FIRST_PERSON) # Set a first person camera mode
pyray.set_target_fps(60)
while not pyray.window_should_close():
pyray.update_camera(camera)
pyray.update_camera(camera, pyray.CAMERA_FIRST_PERSON)
pyray.begin_drawing()