From f736f36ec6c5f8e0bc3f548f451963063337e7ea Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Wed, 26 Mar 2025 12:50:45 -0400 Subject: [PATCH] Updating README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c5d36e..2800bc3 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ Building a Minecraft clone of sorts to learn Godot. -This was initially based on Sable Spirit Studio's YT series but has evolved to be quite a bit different. Very little of the original code exists (outside `DBItems`). - ![Skyblock Screenshot](assets/skyblock-screenshot.png) @@ -24,3 +22,9 @@ This was initially based on Sable Spirit Studio's YT series but has evolved to b | Quick Load | `F6` | | Quick Save | `F5` | | Sprint/Run | `Shift` | + + +## Acknowledgements + +* [Sable Spirit Studios](https://www.youtube.com/@SableSpiritStudio) for the inspiration and ideas +* [Tabler](https://tabler.io) for UI icons