update examples
This commit is contained in:
parent
4071263a59
commit
a33f4fcc9a
40 changed files with 232 additions and 321 deletions
|
@ -5,13 +5,7 @@ raylib [shapes] example - Following Eyes
|
|||
"""
|
||||
|
||||
from pyray import *
|
||||
from raylib.colors import (
|
||||
RAYWHITE,
|
||||
BROWN,
|
||||
BLACK,
|
||||
LIGHTGRAY,
|
||||
DARKGREEN,
|
||||
)
|
||||
|
||||
from math import (
|
||||
atan2,
|
||||
cos,
|
||||
|
|
Reference in a new issue