├── LICENSE ├── README.md ├── totpy_native └── totskinmaker.exe ├── totpy_src ├── 1.ico └── totskinmaker.py └── totpy_web ├── assets ├── asset1.png └── asset2.png ├── index.html └── style └── main.css /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madmegsox1/Totem-texture-maker/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madmegsox1/Totem-texture-maker/HEAD/README.md -------------------------------------------------------------------------------- /totpy_native/totskinmaker.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madmegsox1/Totem-texture-maker/HEAD/totpy_native/totskinmaker.exe -------------------------------------------------------------------------------- /totpy_src/1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madmegsox1/Totem-texture-maker/HEAD/totpy_src/1.ico -------------------------------------------------------------------------------- /totpy_src/totskinmaker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madmegsox1/Totem-texture-maker/HEAD/totpy_src/totskinmaker.py -------------------------------------------------------------------------------- /totpy_web/assets/asset1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madmegsox1/Totem-texture-maker/HEAD/totpy_web/assets/asset1.png -------------------------------------------------------------------------------- /totpy_web/assets/asset2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madmegsox1/Totem-texture-maker/HEAD/totpy_web/assets/asset2.png -------------------------------------------------------------------------------- /totpy_web/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madmegsox1/Totem-texture-maker/HEAD/totpy_web/index.html -------------------------------------------------------------------------------- /totpy_web/style/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madmegsox1/Totem-texture-maker/HEAD/totpy_web/style/main.css --------------------------------------------------------------------------------