From 0e43c1ab5de7633915994caee9b4cf7f41322546 Mon Sep 17 00:00:00 2001 From: Relintai Date: Wed, 12 Jan 2022 09:17:06 +0100 Subject: [PATCH] Mention a possible spell and aura merge, as it's simple to do, and it would save huge amounts of development time because you wouldn't need to wrangle 2 resources when a spell needs an aura. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1281bf0d..b674c264 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ This project uses a custom version of ![godot (3.x branch)](https://github.com/g ## Status On the technical side almost everything has been set up the way I think will work in long term. \ -Improvements will be needed obviously, but I don't expect big core reworks anymore (for the forseable future).\ +Improvements will be needed obviously, but I don't expect core reworks anymore for the forseable future.\ +Except for a possible spell and aura merge. As at this stage this is easily doable, and it would save considerable amounts of development time, as you don't need to set up and manage 2 resources if a spell needs auras. [Here's a list of some of the more prominent features](#features). Currently I'm working to finish / make the content creation tools usable without any issues.