update to raylib 4.2

This commit is contained in:
richard 2022-08-11 21:58:54 +01:00
parent 3a6deb2c04
commit 3e011b329a
19 changed files with 78 additions and 49 deletions

14
tests/xtest_defines.py Normal file
View file

@ -0,0 +1,14 @@
"""
This shows how to use the Pyray wrapper around the static binding.
"""
import pyray as pr
print(pr.WHITE)
print(pr.MOUSE_BUTTON_LEFT)
print(pr.MOUSE_LEFT_BUTTON )
print(pr.MATERIAL_MAP_SPECULAR)
import raylib as rl
print(rl.MATERIAL_MAP_DIFFUSE)