From 99ad0d8b810b3d347c98ed7918765037619344fe Mon Sep 17 00:00:00 2001 From: raysan5 Date: Thu, 24 Dec 2020 13:55:39 +0100 Subject: Update examples.js --- common/examples.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'common') 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', -- cgit v1.2.3