This repository has been archived on 2022-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
ludum-dare-50/game/dist/known-sprite-types.json
2022-03-29 14:13:18 -04:00

22 lines
339 B
JSON

[
{
"short": "chr",
"friendly": "Character"
},
{
"short": "env",
"friendly": "Environment"
},
{
"short": "prp",
"friendly": "Prop"
},
{
"short": "cut",
"friendly": "Cutscene"
},
{
"short": "test",
"friendly": "Test"
}
]