summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2020-12-24 13:55:39 +0100
committerraysan5 <[email protected]>2020-12-24 13:55:39 +0100
commit99ad0d8b810b3d347c98ed7918765037619344fe (patch)
tree5bff5eb7d9f1b3838fe33a7c890ebc7c2577fed6
parent9de8d0abebb7d0f1471c57b8f67bef7ec636524f (diff)
downloadraylib.com-99ad0d8b810b3d347c98ed7918765037619344fe.tar.gz
raylib.com-99ad0d8b810b3d347c98ed7918765037619344fe.zip
Update examples.js
-rw-r--r--common/examples.js14
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',