This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
rpgedit/dist/resources/entity/red_circle.json

15 lines
167 B
JSON
Raw Normal View History

{
"sprite": "red_circle",
"collision": [
{
"type": "polygon",
"vertices": [
[-0.5, -0.5],
[-0.5, 0.5],
[0.5, 0.5],
[0.5, -0.5]
]
}
]
}