tkjn / GameTable

Online Game Table. The aims will be partially driven by the desire to use this software for gameplay similar to Warhammer Quest.
0 stars 1 forks source link

Generic input value dialog #56

Open tkjn opened 7 years ago

tkjn commented 7 years ago

We have a few cases in the Character Sheet and Monster Wounds plugins where we need to generate a dialog to take an input value. (GoldDialogue, MaxWoundsDialouge, etc)

I think we could pull a lot of the common code out of these into a generic dialog class which can take in a few dependencies for validation, text, etc