Thomas Yang
Thomas Yang
This solves Issue #259
I am working on adding some other css frameworks like: Flat UI: http://designmodo.github.io/Flat-UI/ Semantic UI: http://semantic-ui.com/ Foundation: http://foundation.zurb.com/ Mainly by detecting defined css classes and links of css href.
For example: Github use d3 to show contribution graphs, but d3 is not loaded until user click the Graphs tab. Before I click the Graphs tab: After I click the...
https://github.com/xiaoye97/xiaoye97-BepInEx-Plugins/blob/master/Dyson%20Sphere%20Program/SuperBelt/SuperBelt.cs#L45 This should be `if (CanUpgrade3to4.Value && CanUpgrade4to5.Value)` instead perhaps?