summaryrefslogtreecommitdiffhomepage
path: root/common/examples.js
diff options
context:
space:
mode:
authorRay <[email protected]>2021-04-23 13:23:14 +0200
committerRay <[email protected]>2021-04-23 13:23:14 +0200
commit46a38a97adb4c9b7d2babf131bd4cf3eaba433ff (patch)
tree268964ff34a527ecb14f43969af82e2d9c3e69b5 /common/examples.js
parent6aeb1de1b916c716e5ff0c1fc7ed3de2636b6757 (diff)
downloadraylib.com-46a38a97adb4c9b7d2babf131bd4cf3eaba433ff.tar.gz
raylib.com-46a38a97adb4c9b7d2babf131bd4cf3eaba433ff.zip
Update examples.js
Diffstat (limited to 'common/examples.js')
-rw-r--r--common/examples.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/examples.js b/common/examples.js
index 5ac19fe..2d4f470 100644
--- a/common/examples.js
+++ b/common/examples.js
@@ -62,6 +62,7 @@ $(document).ready(function() {
'textures_bunnymark',
'textures_blend_modes',
'textures_draw_tiled',
+ 'textures_poly',
'text_raylib_fonts',
'text_font_spritefont',
'text_font_loading',
@@ -72,6 +73,7 @@ $(document).ready(function() {
'text_writing_anim',
'text_rectangle_bounds',
'text_unicode',
+ 'text_draw_3d',
'models_animation',
'models_billboard',
'models_box_collisions',
@@ -103,7 +105,7 @@ $(document).ready(function() {
'shaders_simple_mask',
'shaders_spotlight',
'shaders_hot_reloading',
- 'shaders_rlgl_mesh_instanced',
+ 'shaders_mesh_instancing',
'shaders_multi_sample2d',
'audio_module_playing',
'audio_music_stream',