Skip to content

Commit a72b4b1

Browse files
committed
Updated examples short description
1 parent a67b494 commit a72b4b1

File tree

102 files changed

+104
-104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+104
-104
lines changed

examples/audio/audio_module_playing.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*******************************************************************************************
22
*
3-
* raylib [audio] example - Module playing (streaming)
3+
* raylib [audio] example - module playing (streaming)
44
*
55
* Example complexity rating: [★☆☆☆] 1/4
66
*

examples/audio/audio_music_stream.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*******************************************************************************************
22
*
3-
* raylib [audio] example - Music playing (streaming)
3+
* raylib [audio] example - music playing (streaming)
44
*
55
* Example complexity rating: [★☆☆☆] 1/4
66
*

examples/audio/audio_raw_stream.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*******************************************************************************************
22
*
3-
* raylib [audio] example - Raw audio streaming
3+
* raylib [audio] example - raw audio streaming
44
*
55
* Example complexity rating: [★★★☆] 3/4
66
*

examples/audio/audio_sound_loading.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*******************************************************************************************
22
*
3-
* raylib [audio] example - Sound loading and playing
3+
* raylib [audio] example - sound loading and playing
44
*
55
* Example complexity rating: [★☆☆☆] 1/4
66
*

examples/audio/audio_sound_positioning.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*******************************************************************************************
22
*
3-
* raylib [audio] example - spatialized 3D sound
3+
* raylib [audio] example - 3d sound positioning
44
*
55
* Example complexity rating: [★★☆☆] 2/4
66
*
@@ -32,7 +32,7 @@ int main(void)
3232
const int screenWidth = 800;
3333
const int screenHeight = 450;
3434

35-
InitWindow(screenWidth, screenHeight, "raylib [audio] example - spatialized 3D sound");
35+
InitWindow(screenWidth, screenHeight, "raylib [audio] example - 3d sound positioning");
3636

3737
InitAudioDevice();
3838

examples/audio/audio_stream_effects.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*******************************************************************************************
22
*
3-
* raylib [audio] example - Music stream processing effects
3+
* raylib [audio] example - stream effects
44
*
55
* Example complexity rating: [★★★★] 4/4
66
*

examples/core/core_2d_camera.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*******************************************************************************************
22
*
3-
* raylib [core] example - 2D Camera system
3+
* raylib [core] example - 2d camera
44
*
55
* Example complexity rating: [★★☆☆] 2/4
66
*

examples/core/core_2d_camera_platformer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*******************************************************************************************
22
*
3-
* raylib [core] example - 2D Camera platformer
3+
* raylib [core] example - 2d camera platformer
44
*
55
* Example complexity rating: [★★★☆] 3/4
66
*

examples/core/core_3d_camera_free.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*******************************************************************************************
22
*
3-
* raylib [core] example - Initialize 3d camera free
3+
* raylib [core] example - 3d camera free
44
*
55
* Example complexity rating: [★☆☆☆] 1/4
66
*

examples/core/core_3d_camera_mode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*******************************************************************************************
22
*
3-
* raylib [core] example - Initialize 3d camera mode
3+
* raylib [core] example - 3d camera mode
44
*
55
* Example complexity rating: [★☆☆☆] 1/4
66
*

0 commit comments

Comments
 (0)