artg3-dev / DM_Tools

A tool for Dungeon Masters to run a campaign
GNU General Public License v3.0
0 stars 1 forks source link

Create encounter #33

Closed artg3-dev closed 4 years ago

artg3-dev commented 4 years ago

All methods are now created for the display panel's CreateEncounterPanel to create an encounter and pass it to it's RunEncounterPanel. Then, the RunEncounterPanel can close an encounter.

Any changes made to the party during the encounter are then passed to the new CreateEncounterPanel after the current encounter is ended.

Fixes #26 Fixes #19 Fixes #5