foreignsasquatch / raylib-hx

Haxe bindings for raylib, a simple and easy-to-use library to learn videogame programming
https://raylib.com
zlib License
55 stars 13 forks source link

Add some core examples #14

Closed Caresle closed 2 years ago

Caresle commented 2 years ago

I added the next examples:

Also i fix a missing semicolon in the KeyboardInput.hx file.

foreignsasquatch commented 2 years ago

Thank you for the examples!