diff options
| author | raysan5 <[email protected]> | 2020-12-24 13:48:53 +0100 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-12-24 13:48:53 +0100 |
| commit | 9de8d0abebb7d0f1471c57b8f67bef7ec636524f (patch) | |
| tree | ade58e812c2bdcda7212798fdd79e79798024a07 | |
| parent | 60636624710c35295bbd13608da99f05641c8370 (diff) | |
| download | raylib.com-9de8d0abebb7d0f1471c57b8f67bef7ec636524f.tar.gz raylib.com-9de8d0abebb7d0f1471c57b8f67bef7ec636524f.zip | |
Update examples.js
| -rw-r--r-- | common/examples.js | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/common/examples.js b/common/examples.js index d5f9e6e..e48c4f4 100644 --- a/common/examples.js +++ b/common/examples.js @@ -26,6 +26,8 @@ $(document).ready(function() { 'core_storage_values', 'core_vr_simulator', 'core_loading_thread', + 'core/core_quat_conversion', + 'core/core_window_flags', 'shapes_basic_shapes', 'shapes_bouncing_ball', 'shapes_colors_palette', @@ -41,16 +43,6 @@ $(document).ready(function() { 'shapes_draw_ring', 'shapes_draw_circle_sector', 'shapes_draw_rectangle_rounded', - 'text_raylib_fonts', - 'text_font_spritefont', - 'text_font_loading', - 'text_font_filters', - 'text_font_sdf', - 'text_format_text', - 'text_input_box', - 'text_writing_anim', - 'text_rectangle_bounds', - 'text_unicode', 'textures_logo_raylib', 'textures_mouse_painting', 'textures_rectangle', @@ -68,6 +60,18 @@ $(document).ready(function() { 'textures_sprite_button', 'textures_sprite_explosion', 'textures_bunnymark', + 'textures/textures_blend_modes', + 'textures/textures_draw_tiled', + 'text_raylib_fonts', + 'text_font_spritefont', + 'text_font_loading', + 'text_font_filters', + 'text_font_sdf', + 'text_format_text', + 'text_input_box', + 'text_writing_anim', + 'text_rectangle_bounds', + 'text_unicode', 'models_animation', 'models_billboard', 'models_box_collisions', @@ -94,10 +98,13 @@ $(document).ready(function() { 'shaders_texture_waves', 'shaders_julia_set', 'shaders_eratosthenes', - 'shaders_spotlight', 'shaders_basic_lighting', 'shaders_fog', 'shaders_simple_mask', + 'shaders_spotlight', + 'shaders/shaders_hot_reloading', + 'shaders/shaders_rlgl_mesh_instanced', + 'shaders/shaders_multi_sample2d', 'audio_module_playing', 'audio_music_stream', 'audio_raw_stream', |
