update examples
This commit is contained in:
parent
4071263a59
commit
a33f4fcc9a
40 changed files with 232 additions and 321 deletions
|
@ -18,9 +18,9 @@ Mac:
|
|||
"""
|
||||
|
||||
import sys, time
|
||||
import glm
|
||||
import pytweening as tween
|
||||
import screeninfo
|
||||
import glm # type: ignore
|
||||
import pytweening as tween # type: ignore
|
||||
import screeninfo # type: ignore
|
||||
from raylib import rl, ffi
|
||||
from raylib.colors import *
|
||||
|
||||
|
|
Reference in a new issue