From c60d68d6bef44e9c43e2a5f1da177cc7bb47b07b Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 19 Mar 2025 00:00:19 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0a0230..681db40 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # WizardDuels -Implement the actions required to play Magic the Gathering in Unity. +Implement the actions required to play Magic the Gathering using Unity. Assume we only have a card's image. @@ -20,5 +20,5 @@ The Assets folder is where everying in Unity goes. - Prefabs "" - Sprites "" - Scenes "" -- Audio "" Put audio that has cannot legally be distributed in the copyright folder to prefent it from being tracked by git. +- Audio "" Put audio that cannot be legally distributed in the copyright folder to prefent it from being tracked by git. - Data Where content goes that isn't a sprite or a prefab i.e. scriptable objects.