https://github.com/sueda/eol-cloth
Raw File
Tip revision: cc8f24eef81283c541b859c05dd8ceed7813271f authored by Shinjiro Sueda on 15 October 2019, 01:48:02 UTC
Update README.md
Tip revision: cc8f24e
generalSettings.json
// General EOL Cloth settings
// Not including a setting will fall back to its default
{
	
	"online": true,
	"exportObjs": false,
	"exportTimings": false,
	"RESOURCE_DIR": "D:/Git/eol-cloth/resources",
	"OUTPUT_DIR": "D:/Git/eol-cloth/build/objs"
	
}
back to top