2
0

Add Quick Start

Kyle Austad 2025-01-25 13:58:08 -07:00
parent 913c16630f
commit c0fd7fe463

5
Quick-Start.md Normal file

@ -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.