From cad720a399c337325fab2131630fa0170cc42573 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20Sobczy=C5=84ski?= <32263891+h4570@users.noreply.github.com> Date: Thu, 25 Aug 2022 00:01:56 +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 fb9de3b..aa27f84 100644 --- a/README.MD +++ b/README.MD @@ -50,7 +50,7 @@ ### Description Tyra is a project that allows you to easily create games for the PlayStation 2 console. When I tried to make a game for PS2 a few years ago, I realized how many things had to be done to tame this exotic console architecture. -Decision was simple - I need to create an engine which will handle 3D file loading, 2D/3D rendering, animation, audio, handling between PS2 CPUs, synchronization and it should be simple as possible - so people with no experience can create a simple game in a few hours. +Decision was simple - I need to create an engine which will handle 3D file loading, 2D/3D rendering, animation, audio, handling between PS2 CPUs, synchronization.. It should be simple as possible - so people with no experience can create a simple game in a few hours. **And that's what Tyra is all about.** ### Tutorials