QOL docs, colors, version number, example imports
This commit is contained in:
parent
9e17046408
commit
50c2fb12e2
13 changed files with 102 additions and 66 deletions
|
@ -18,5 +18,7 @@ from raylib.colors import *
|
|||
import cffi
|
||||
import sys
|
||||
from raylib.pyray import PyRay
|
||||
from .version import __version__
|
||||
|
||||
print("RAYLIB STATIC "+__version__+" LOADED", file=sys.stderr)
|
||||
|
||||
print("RAYLIB STATIC LOADED", file=sys.stderr)
|
||||
|
|
Reference in a new issue