diff options
Diffstat (limited to 'common/examples.js')
| -rw-r--r-- | common/examples.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/common/examples.js b/common/examples.js index e48c4f4..5ac19fe 100644 --- a/common/examples.js +++ b/common/examples.js @@ -26,8 +26,8 @@ $(document).ready(function() { 'core_storage_values', 'core_vr_simulator', 'core_loading_thread', - 'core/core_quat_conversion', - 'core/core_window_flags', + 'core_quat_conversion', + 'core_window_flags', 'shapes_basic_shapes', 'shapes_bouncing_ball', 'shapes_colors_palette', @@ -60,8 +60,8 @@ $(document).ready(function() { 'textures_sprite_button', 'textures_sprite_explosion', 'textures_bunnymark', - 'textures/textures_blend_modes', - 'textures/textures_draw_tiled', + 'textures_blend_modes', + 'textures_draw_tiled', 'text_raylib_fonts', 'text_font_spritefont', 'text_font_loading', @@ -102,9 +102,9 @@ $(document).ready(function() { 'shaders_fog', 'shaders_simple_mask', 'shaders_spotlight', - 'shaders/shaders_hot_reloading', - 'shaders/shaders_rlgl_mesh_instanced', - 'shaders/shaders_multi_sample2d', + 'shaders_hot_reloading', + 'shaders_rlgl_mesh_instanced', + 'shaders_multi_sample2d', 'audio_module_playing', 'audio_music_stream', 'audio_raw_stream', |
