From 7e9028ae08993a33266078178ecc4f63ae22c2ee Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 3 Dec 2020 20:17:50 +0100 Subject: Update user name --- examples/shaders/resources/plasma.png | Bin 42966 -> 581880 bytes examples/shaders/shaders_fog.c | 6 +++--- examples/shaders/shaders_simple_mask.c | 4 ++-- examples/shaders/shaders_spotlight.c | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'examples/shaders') diff --git a/examples/shaders/resources/plasma.png b/examples/shaders/resources/plasma.png index ebdf13b7..01c2d883 100644 Binary files a/examples/shaders/resources/plasma.png and b/examples/shaders/resources/plasma.png differ diff --git a/examples/shaders/shaders_fog.c b/examples/shaders/shaders_fog.c index 35f0a9e7..78f8c9ca 100644 --- a/examples/shaders/shaders_fog.c +++ b/examples/shaders/shaders_fog.c @@ -10,9 +10,9 @@ * This example has been created using raylib 2.5 (www.raylib.com) * raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details) * -* Example contributed by Chris Camacho (@codifies) and reviewed by Ramon Santamaria (@raysan5) +* Example contributed by Chris Camacho (@chriscamacho) and reviewed by Ramon Santamaria (@raysan5) * -* Chris Camacho (@codifies - http://bedroomcoders.co.uk/) notes: +* Chris Camacho (@chriscamacho - http://bedroomcoders.co.uk/) notes: * * This is based on the PBR lighting example, but greatly simplified to aid learning... * actually there is very little of the PBR example left! @@ -21,7 +21,7 @@ * a testement to the authors of raylib (including rlights.h) that the example * came together fairly quickly. * -* Copyright (c) 2019 Chris Camacho (@codifies) and Ramon Santamaria (@raysan5) +* Copyright (c) 2019 Chris Camacho (@chriscamacho) and Ramon Santamaria (@raysan5) * ********************************************************************************************/ diff --git a/examples/shaders/shaders_simple_mask.c b/examples/shaders/shaders_simple_mask.c index cf1ee905..df0d2b6e 100644 --- a/examples/shaders/shaders_simple_mask.c +++ b/examples/shaders/shaders_simple_mask.c @@ -5,9 +5,9 @@ * This example has been created using raylib 2.5 (www.raylib.com) * raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details) * -* Example contributed by Chris Camacho (@codifies) and reviewed by Ramon Santamaria (@raysan5) +* Example contributed by Chris Camacho (@chriscamacho) and reviewed by Ramon Santamaria (@raysan5) * -* Copyright (c) 2019 Chris Camacho (@codifies) and Ramon Santamaria (@raysan5) +* Copyright (c) 2019 Chris Camacho (@chriscamacho) and Ramon Santamaria (@raysan5) * ******************************************************************************************** * diff --git a/examples/shaders/shaders_spotlight.c b/examples/shaders/shaders_spotlight.c index d2394b4f..6c075441 100644 --- a/examples/shaders/shaders_spotlight.c +++ b/examples/shaders/shaders_spotlight.c @@ -5,10 +5,10 @@ * This example has been created using raylib 2.5 (www.raylib.com) * raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details) * -* Example contributed by Chris Camacho (@codifies - http://bedroomcoders.co.uk/) +* Example contributed by Chris Camacho (@chriscamacho - http://bedroomcoders.co.uk/) * and reviewed by Ramon Santamaria (@raysan5) * -* Copyright (c) 2019 Chris Camacho (@codifies) and Ramon Santamaria (@raysan5) +* Copyright (c) 2019 Chris Camacho (@chriscamacho) and Ramon Santamaria (@raysan5) * ******************************************************************************************** * -- cgit v1.2.3