Pixel-Composer/datafiles/data/Actions/Nodes/Create Tilemap.json
2024-11-02 11:10:04 +07:00

15 lines
392 B
JSON

{
"name": "Create Tilemap",
"tooltip": "",
"sprPath": "./Create Tilemap.png",
"tags": [],
"nodes": [
{ "x": 176, "y": 0, "node": "Node_Tile_Drawer" },
{ "x": 0, "y": 0, "node": "Node_Tile_Tileset" }
],
"connections": [
{ "from": 1, "to": 0, "fromIndex": 0, "toIndex": 0 }
],
"location": [ "IO", "Tileset" ],
"inputNode": 1,
}