diff options
| author | Ray <[email protected]> | 2020-01-30 12:27:04 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2020-01-30 12:27:04 +0100 |
| commit | cacd4a9d90d6f6dcafc3b32c9f77aa2aa9b4b2b7 (patch) | |
| tree | 46a80d60007d69e9ad60b2dde24ba8444f0319a2 /examples/Makefile | |
| parent | be7f717a24e72e0bc84389491a063de65c106048 (diff) | |
| download | raylib-cacd4a9d90d6f6dcafc3b32c9f77aa2aa9b4b2b7.tar.gz raylib-cacd4a9d90d6f6dcafc3b32c9f77aa2aa9b4b2b7.zip | |
Some examples tweaks
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index 5edd2fcf..d57304b8 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -164,7 +164,7 @@ ifeq ($(PLATFORM),PLATFORM_RPI) endif ifeq ($(PLATFORM),PLATFORM_WEB) # HTML5 emscripten compiler - # WARNING: To compile to HTML5, code must be redesigned + # WARNING: To compile to HTML5, code must be redesigned # to use emscripten.h and emscripten_set_main_loop() CC = emcc endif @@ -359,6 +359,7 @@ EXAMPLES = \ core/core_input_multitouch \ core/core_input_gestures \ core/core_2d_camera \ + core/core_2d_camera_platformer \ core/core_3d_camera_mode \ core/core_3d_camera_free \ core/core_3d_camera_first_person \ @@ -429,6 +430,7 @@ EXAMPLES = \ models/models_skybox \ models/models_yaw_pitch_roll \ models/models_heightmap \ + models/models_waving_cubes \ shaders/shaders_model_shader \ shaders/shaders_shapes_textures \ shaders/shaders_custom_uniform \ |
