diff --git a/Quick-Start.md b/Quick-Start.md index a00ae8b..562d148 100644 --- a/Quick-Start.md +++ b/Quick-Start.md @@ -2,4 +2,6 @@ Here is a quick start guide to getting a custom spell in the demo map that comes ## 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 +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. For this quick start guide, I will add a simple 'Fortify Mana' spell effect. + +![](https://git.crabinteractive.com/crabdev/SimpleSpellsWiki/raw/branch/main/Pics/QuickStart/1.png) \ No newline at end of file