From fba834811b3a54d3c6fb4afdc59902bc145a0313 Mon Sep 17 00:00:00 2001 From: nerkuru Date: Thu, 29 Aug 2024 01:13:35 +0200 Subject: [PATCH] Working on Lobby #3 Added slots functionality; Created summon gui; Started working on summoning system; Added map loading function in the actual game --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89b5a28..92d4f4a 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,8 @@ > * [x] Make a starting cash bonus for people that joined the group > * [x] Create lobby > * [x] Add gui in lobby -> * [ ] Add inventory system in lobby +> * [x] Add unit inventory system in lobby +> * [ ] Add item inventory system in lobby > * [ ] Add summoning system > * [ ] Code the settings button in lobby > * [ ] Add story mode system