Oromis / touch-vtt

Introduces touch screen support to FoundryVTT
40 stars 26 forks source link

Update module.json to test support FoundryVTT v11 #60

Closed xaqaria closed 1 year ago

xaqaria commented 1 year ago

Updated module.json to test support in FoundryVTT v11.

Modified line 2 from "name" to "id" per FVTT 11 guidelines Modified line 11 to "1.11.01b" to differentiate from released version of touch-vtt Deleted line 14 "maximum":"10"

Basic smoke test was completed using an Android tablet and it worked successfully. Also used over a 2 1/2 hour game session with no obvious issues.

PS. This is my second ever pull request. Please be kind if I didn't follow some best practices. I'm happy to take input

Oromis commented 1 year ago

Thanks for this PR, good job!

Oromis commented 1 year ago

I changed a few other things myself which included the changes proposed in the PR. Thanks for your input!

Closing the PR, the changes were integrated manually.