You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.
For every item, add a (for now static) method with it's item name.
If it's a two-state-item (on/off), call trackerItem.nextState().
Otherwise call setState(num), where 0=off, 1=1st image, 2=2nd image etc.
Todo:
Edit the file
https://github.com/bmhm/alttpr-vue-twitch-chat-tracker/blob/master/src/js/ItemUpdates.js
For every item, add a (for now static) method with it's item name.
If it's a two-state-item (on/off), call trackerItem.nextState().
Otherwise call setState(num), where 0=off, 1=1st image, 2=2nd image etc.
Edit the file https://github.com/bmhm/alttpr-vue-twitch-chat-tracker/blob/master/src/views/Tracker.vue
Create a
update
parameter for each item and add the reference as already done in bow and arrows and boomerang items.That's it!
The text was updated successfully, but these errors were encountered: