Pyroxenium / Basalt

A UI Framework for CC:Tweaked
MIT License
194 stars 38 forks source link

Fix unrefactored old basalt.reactive calls, move reactive outside basalt #88

Closed thesabinelim closed 1 year ago

thesabinelim commented 1 year ago

Forgot to change a few instances of basalt.reactive calls to basalt.observable, which was breaking things

I'm also moving the core reactive system outside of the basalt object as i'd like for it to eventually become it's own independent library. It's capabilities are not limited to just the XML framework and it could potentially be used elsewhere.