From c0fd7fe463cd58b261c812e24efe869ae37dac7f Mon Sep 17 00:00:00 2001 From: Kyle Austad Date: Sat, 25 Jan 2025 13:58:08 -0700 Subject: [PATCH] Add Quick Start --- Quick-Start.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Quick-Start.md diff --git a/Quick-Start.md b/Quick-Start.md new file mode 100644 index 0000000..a00ae8b --- /dev/null +++ b/Quick-Start.md @@ -0,0 +1,5 @@ +Here is a quick start guide to getting a custom spell in the demo map that comes with the project. There are other pages dedicated to specific topics but this is a quick rundown of adding a new effect to the existing demo map. + +## Add a new effect + +in the *SpellPlayground* folder under *Enums*, open the *E_SpellEffects* enum and add a new entry here for the effect you wish to add. The demo spell crafting UI will auto populate it once we add it as a craftable effect. \ No newline at end of file