From fa173f1e87db4887b26356ea4241807d4667ec39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20Sobczy=C5=84ski?= <32263891+h4570@users.noreply.github.com> Date: Sun, 28 Aug 2022 16:51:46 +0200 Subject: [PATCH] Update README.MD --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 9789b67..08abca2 100644 --- a/README.MD +++ b/README.MD @@ -56,7 +56,7 @@ Decision was simple - I need to create an engine which will handle 3D file loadi ### Tutorials * 01 - Setup environment - [Text tutorial](https://github.com/h4570/tyra/tree/master/docs/install) or [Video](https://www.youtube.com/watch?v=9IXOU1SPdzc) * 02 - Cooking game assets - [Video](https://www.youtube.com/watch?v=LjO71ovPFJs) -* 03 - Create game from template - [Video (soon)](https://www.youtube.com/playlist?list=PLdQVLBcXRRWvtMi-OqccDWLTEFEisD5RH) +* 03 - Create a game repository - [Video](https://www.youtube.com/watch?v=DKfIKar3GUM) * 04 - Run game from USB in PS2 - [Video (soon)](https://www.youtube.com/playlist?list=PLdQVLBcXRRWvtMi-OqccDWLTEFEisD5RH) --- * 01 - [Code](https://github.com/h4570/tyra/tree/master/tutorials/01-hello) - Hello world