fix more examples https://github.com/electronstudio/raylib-python-cffi/issues/47
This commit is contained in:
parent
218d9a18f7
commit
82d310ea76
12 changed files with 20 additions and 134 deletions
|
@ -3,7 +3,7 @@
|
|||
raylib [core] example - Input Gestures Detection
|
||||
|
||||
"""
|
||||
from raylib.pyray import PyRay
|
||||
import pyray
|
||||
from raylib.colors import (
|
||||
RAYWHITE,
|
||||
LIGHTGRAY,
|
||||
|
@ -13,7 +13,6 @@ from raylib.colors import (
|
|||
)
|
||||
|
||||
|
||||
pyray = PyRay()
|
||||
|
||||
# Initialization
|
||||
MAX_GESTURE_STRINGS = 20
|
||||
|
|
Reference in a new issue