FYI, there are some minor (and not so minor) defects in the tutorial. First, the major item: the CSS positioning of the tutorial tooltip windows are placing those tooltips partially or completely outside the viewable area. For example, .tooltip.left.in has an inline style set to "top: -55; left: -236;". This issue appears when the tutorial is describing the Edit Token window, specifically when you are mid-tutorial and close the window by clicking the Save Changes button. I think the CSS is expecting that window to be present and the absolute position values are thus dependent on a parent element that's no longer present. I'd recommend either performing a check to see whether that window is open or disabling the ability to dismiss it while the tutorial is active. As a second issue, you have a typo in the Art Library section of the tutorial. One tooltip says "Permium Assets remains a static organized list of your important content. You can drag and drop assets from this list directly into your game." "Permiuim" should be "Premium". ;-)