galehouse5 / skribbl-io-autodraw

Chrome extension that automatically draws images in pictionary game skribbl.io.
https://skribbl.io/
The Unlicense
177 stars 240 forks source link

Fixed the background issue #13

Closed Andrew-J-Larson closed 4 years ago

Andrew-J-Larson commented 4 years ago

Apparently the first command in the command array you set up, can sometimes skip over the first command depending on the client/server sending/receiving the commands... so I just added a dummy log command for the first command, which shouldn't affect speed, but should still allow background to show up.

Andrew-J-Larson commented 4 years ago

Oh, and I didn't change the version in the manifest.json ... so that will still need to be changed

Andrew-J-Larson commented 4 years ago

(just linking it to my original issue btw)

12

Andrew-J-Larson commented 4 years ago

Issue was fixed in another way, thanks... closing this pull