start-5 / TiTS.JS-Save-Editor

Trials in Tainted Space Save Editor
https://start-5.github.io/TiTS.JS-Save-Editor/
MIT License
29 stars 6 forks source link

Re-map valid colors #88

Open start-5 opened 1 year ago

start-5 commented 1 year ago

87 broke the Global.ValidColors.Skin color map.

window.GLOBAL.SKIN_COLORS was removed at some point, and now seems to reside in window.ColorData. Needs to be remapped to get the list of colors back for the autocomplete.

start-5 commented 1 year ago

Nevermind! Apparently Global.ValidColors.Skin was never used for anything in the editor, still should take a look regardless.