diff options
| author | Ray <[email protected]> | 2022-08-02 00:38:28 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-08-02 00:38:28 +0200 |
| commit | e5d87b4e809c560ba2f5ca2edbd0c9d6872c106d (patch) | |
| tree | 7eda66640a8d479b6cfea738247fa0267b5915bd | |
| parent | 5ed761b3a9a219cffa17279ca234b3861b6ae4c1 (diff) | |
| download | raylib.com-e5d87b4e809c560ba2f5ca2edbd0c9d6872c106d.tar.gz raylib.com-e5d87b4e809c560ba2f5ca2edbd0c9d6872c106d.zip | |
Update examples.js
| -rw-r--r-- | common/examples.js | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/common/examples.js b/common/examples.js index ed8333b..70575ef 100644 --- a/common/examples.js +++ b/common/examples.js @@ -14,6 +14,7 @@ $(document).ready(function() { 'core_input_gestures', 'core_2d_camera', 'core_2d_camera_platformer', + 'core_2d_camera_mouse_zoom', 'core_3d_camera_mode', 'core_3d_camera_free', 'core_3d_camera_first_person', @@ -30,6 +31,7 @@ $(document).ready(function() { 'core_quat_conversion', 'core_window_flags', 'core_split_screen', + 'core_window_should_close', 'core_smooth_pixelperfect', 'core_custom_frame_control', 'shapes_basic_shapes', @@ -47,6 +49,7 @@ $(document).ready(function() { 'shapes_draw_ring', 'shapes_draw_circle_sector', 'shapes_draw_rectangle_rounded', + 'shapes_top_down_lights', 'textures_logo_raylib', 'textures_mouse_painting', 'textures_rectangle', @@ -67,6 +70,8 @@ $(document).ready(function() { 'textures_blend_modes', 'textures_draw_tiled', 'textures_polygon', + 'textures_gif_player', + 'textures_fog_of_war', 'text_raylib_fonts', 'text_font_spritefont', 'text_font_loading', @@ -78,6 +83,7 @@ $(document).ready(function() { 'text_rectangle_bounds', 'text_unicode', 'text_draw_3d', + 'text_codepoints_loading', 'models_animation', 'models_billboard', 'models_box_collisions', @@ -118,11 +124,7 @@ $(document).ready(function() { 'audio_raw_stream', 'audio_sound_loading', 'audio_multichannel_sound', - 'physics_demo', - 'physics_friction', - 'physics_movement', - 'physics_restitution', - 'physics_shatter']; + 'audio_stream_effects']; for (var i = 0; i < exampleName.length; i++) { |
