Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 529 Bytes

README.md

File metadata and controls

26 lines (24 loc) · 529 Bytes

community-resources

Assets made by the Lunal Graphics community.

Folder structure

/resources
├── my-colortheater-preset/
│   ├── info.json
│   ├── thumbnail.png
│   ├── asset.ctxml
├── my-spritereplicator-texture/
│   ├── info.json
│   ├── thumbnail.png
│   ├── asset.png

info.json

{
    "name": "My Asset",
    "type": "ctpreset",
    "author": "Anonymous",
    "description": "Asset created by a Lunal Graphics user",
    "goldStar": false
}