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,8 @@
|
|||
raylib [core] example - 2d camera
|
||||
|
||||
"""
|
||||
from raylib.pyray import PyRay
|
||||
import pyray
|
||||
|
||||
from raylib.colors import (
|
||||
RAYWHITE,
|
||||
DARKGRAY,
|
||||
|
@ -15,7 +16,7 @@ from raylib.colors import (
|
|||
)
|
||||
|
||||
|
||||
pyray = PyRay()
|
||||
|
||||
|
||||
# Initialization
|
||||
MAX_BUILDINGS = 100
|
||||
|
|
Reference in a new issue