I’m trying to mod certain UI elements but I’m pretty lost as to the intricacies of how ember javascript works. Normally I’d use the existing files as a reference but it seems there’s a lot going on under the hood and a lot of power that is not immediately apparent.
Really, I’m wondering what the best place is to learn javascript + html to mod stonehearth.
Those frameworks (JQuery and Ember) can be ignored I think. Those offer easy to use methods, so you don’t need to reinvent the wheel while coding. At least where I was modding (setup screens before a game creation), I had no problem using pure javascript.