raylib.R
raylib.R copied to clipboard
Core examples
Examples additions:
- 2D camera platformer
example_core_2d_camera_platformer - basic screen manager
example_core_basic_screen_manager - window flags
example_core_window_flags
Core mappings (added to make the examples possible):
-
get_frame_time -
get_screen_height -
get_screen_to_world_2d -
get_screen_width -
get_world_to_screen_2d
I've used roxygenise after pulling the devel branch before (raylib compilation error) - I believe that this causes all additional files there. Don't really know how to handle this in any other way that PR to the devel, which was the source at the beginning.
Safe to pull now, fixed all conflicts and devel up to date