update core examples
This commit is contained in:
parent
83b810b1eb
commit
eb68dec2ad
17 changed files with 52 additions and 214 deletions
|
@ -4,11 +4,6 @@ raylib [core] example - random values
|
|||
|
||||
"""
|
||||
from pyray import *
|
||||
from raylib.colors import (
|
||||
RAYWHITE,
|
||||
MAROON,
|
||||
LIGHTGRAY
|
||||
)
|
||||
|
||||
# Initialization
|
||||
SCREEN_WIDTH = 800
|
||||
|
|
Reference in a new issue