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