From 6859bea453e0438179362e3928a3ad28222361cc Mon Sep 17 00:00:00 2001 From: Scott Westover Date: Mon, 15 Apr 2024 16:05:24 -0400 Subject: [PATCH] updated readme Signed-off-by: Scott Westover --- examples/3.80/shaders/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/3.80/shaders/README.md b/examples/3.80/shaders/README.md index 3b78df3..07fbff8 100644 --- a/examples/3.80/shaders/README.md +++ b/examples/3.80/shaders/README.md @@ -1,6 +1,8 @@ # Phaser 3 TypeScript - Basic Shader Examples -Contains example code of how to use various shaders in Phaser 3. This is the sample code that I shared in my tutorial video hosted on YouTube here: TODO. +Contains example code of how to use various shaders in Phaser 3. This is the sample code that I shared in my tutorial video hosted on YouTube here: + +[](https://youtu.be/4Dj5PSKwjak "Phaser 3 Tutorial: Getting Started with Shaders!") You can see a live demo of the examples here: [Shader Examples](https://devshareacademy.github.io/phaser-3-typescript-games-and-examples/examples/shader-examples/index.html)