Add command for creating simple planet maps (#12698)

This commit is contained in:
metalgearsloth
2022-11-23 17:35:25 +11:00
committed by GitHub
parent 23be8a1e03
commit 375490bb8c
12 changed files with 149 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 695 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 706 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 692 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 749 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 608 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1,39 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/discordia-space/CEV-Eris/commit/026ee3250ac1de938b503e3eb46ad73dd9c3ca82",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "grass0"
},
{
"name": "grass1"
},
{
"name": "grass2"
},
{
"name": "grass3"
},
{
"name": "grass_edges",
"directions": 8
},
{
"name": "grass_edges_old",
"directions": 8
},
{
"name": "grass_corners",
"directions": 8
},
{
"name": "grass_edge_corner",
"directions": 8
}
]
}