fixes to examples

This commit is contained in:
richard 2022-02-04 10:42:07 +00:00
parent 7ca36d1285
commit ef91af804b
4 changed files with 9 additions and 9 deletions

View file

@ -1,8 +1,11 @@
"""
FIXME this example is broken with Raylib 4.0
Requirements:
- raylib
- pytweening
- pyglm
- screeninfo
Windows-Only Requirements:
- win32gui
@ -18,7 +21,7 @@ import sys, time
import glm
import pytweening as tween
import screeninfo
from raylib.dynamic import raylib as rl, ffi
from raylib import rl, ffi
from raylib.colors import *