From 5245ba3f55b8e69fcd08983e3458cfa81bde200b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20Sobczy=C5=84ski?= <32263891+h4570@users.noreply.github.com> Date: Fri, 28 May 2021 21:40:09 +0200 Subject: [PATCH] updated version --- README.MD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.MD b/README.MD index ae354d6..2e8f790 100644 --- a/README.MD +++ b/README.MD @@ -48,8 +48,8 @@ ## About the Project -Sample code -Sample game +Sample code +Sample game ### Samples * [Dolphin](https://github.com/h4570/tyra/tree/master/src/samples/dolphin) @@ -102,14 +102,14 @@ but with Tyra you can do it with methods like `loadObj()` and `draw()` 😁. ## Getting Started ### Installation -Step by step [tutorial here](https://github.com/h4570/tyra/blob/master/src/engine/loaders/dff_loader.cpp) +Step by step [tutorial here](https://github.com/h4570/tyra/tree/develop/docs) If you need any support, feel free to ask questions on discord: [![Discord](https://img.shields.io/badge/discord-Tyra-brightgreen?logo=discord)](https://discord.gg/NhhTmg3Gm5) ### Prerequisites * PS2 DEV environment - [PS2DEV](https://github.com/ps2dev/ps2dev) -* At least #e8e9edb PS2SDK (06.02.2021) - [PS2SDK](https://github.com/ps2dev/ps2sdk) +* At least #58ffb33 PS2SDK (28.05.2021) - [PS2SDK](https://github.com/ps2dev/ps2sdk) * PS2 Emulator. For example [PCSX2](https://pcsx2.net/)
@@ -149,7 +149,7 @@ Distributed under the Apache License 2.0 License. See `LICENSE` for more informa ## Built With -* [PS2SDK](https://github.com/ps2dev/ps2sdk) +* [PS2DEV](https://github.com/ps2dev/ps2dev)