From e2b0bbd4fa40df7b17782d32877fdf3cef78630f Mon Sep 17 00:00:00 2001 From: Simeon Radivoev Date: Sat, 12 Feb 2022 12:59:01 +0200 Subject: [PATCH] Added note for Git LFS --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7467645..9c23b94 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ F - Vault Given that this was more of a learning experience and a personal project there isn't much of a gameplay to it. I wanted to make the movement and the overall feel more slow pace and heavy. But looking at it now this might limit the gameplay opportunities since it is in 2D. # Notes +This repository used [Git LFS](https://git-lfs.github.com/) + This was more of a educational project testing all the latest unity features at the time. This means there isn't much documentation in code, but I did use pretty verbose and self explanatory naming. This combined with the ECS structure should help with readability. I Also stripped or replaced lots of the assets used that were from the unity asset store with open source ones. There are some left over that are no longer on the asset store so I decided to alter them and leave them in (like robots used from Anima2D)