1
0
mirror of https://github.com/teoxoy/factorio-blueprint-editor.git synced 2025-11-23 22:15:01 +02:00

renamed images in templates

This commit is contained in:
Teoxoy
2018-03-30 14:19:01 +02:00
parent b0c20ed38a
commit be89fe02e9
2 changed files with 2 additions and 2 deletions

View File

@@ -7,5 +7,5 @@
}<% if (idx !== layout.images.length - 1) { %>,<% } %>
<% }); %>
},
"meta": { "image": "entitySprites.png" }
"meta": { "image": "entitySpritesheet.png" }
}

View File

@@ -7,5 +7,5 @@
}<% if (idx !== layout.images.length - 1) { %>,<% } %>
<% }); %>
},
"meta": { "image": "iconSprites.png" }
"meta": { "image": "iconSpritesheet.png" }
}