fix: rework texture save format

This commit is contained in:
Azgaar 2023-11-19 02:24:37 +04:00
parent 958a2c6ef8
commit a7419a299e
20 changed files with 168 additions and 169 deletions

View file

@ -261,12 +261,10 @@
"#texture": {
"opacity": 0.1,
"filter": null,
"mask": "url(#water)"
},
"#textureImage": {
"x": 0,
"y": 0,
"src": "https://i2.wp.com/azgaar.files.wordpress.com/2019/07/marble-blue-small.jpg"
"mask": "url(#water)",
"data-x": 0,
"data-y": 0,
"data-href": "https://i2.wp.com/azgaar.files.wordpress.com/2019/07/marble-blue-small.jpg"
},
"#zones": {
"opacity": 0.6,