├── README.md ├── Customize3d ├── screenshot.png └── info.json └── ZC_ChemicalSuit └── screenshot.png /README.md: -------------------------------------------------------------------------------- 1 | # playables 2 | 3 | this is collection of my playable ads to share with Playable ads tools -------------------------------------------------------------------------------- /Customize3d/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gritsenko/playables/main/Customize3d/screenshot.png -------------------------------------------------------------------------------- /ZC_ChemicalSuit/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gritsenko/playables/main/ZC_ChemicalSuit/screenshot.png -------------------------------------------------------------------------------- /Customize3d/info.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Customize character 3d", 3 | "description": "Customize your character in 3D with various options.", 4 | "engine": "Treejs", 5 | "tags": ["3D", "Customization", "Character"] 6 | } --------------------------------------------------------------------------------