Alex Driedger
Alex Driedger
How do you do this without using a GraphScene?
For future reference for anyone else who sees this, you can just shift and scale the graphs. Ex: `my_axes.scale(0.4).shift(UP * 2)`
Thank you so much! I'll try training the model with the new data
The problem seems to be in `getMod` which is called from `setMods`. `getMod` checks a mod id against lists of mods populated in `initialize`. Mods added from `receiveCustomModeMods` are not...
Website is live at https://alexdriedger.github.io/SlayTheSpireModding
I just updated the baseUrl in, which was probably causing problems if you had tried to publish the site. If you are on Windows, you will need to set GIT_USER...