update core examples

This commit is contained in:
Richard Smith 2024-02-21 11:23:55 +00:00
parent 83b810b1eb
commit eb68dec2ad
17 changed files with 52 additions and 214 deletions

View file

@ -4,11 +4,6 @@ raylib [core] example - random values
"""
from pyray import *
from raylib.colors import (
RAYWHITE,
MAROON,
LIGHTGRAY
)
# Initialization
SCREEN_WIDTH = 800