mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
fix: rework texture save format
This commit is contained in:
parent
958a2c6ef8
commit
a7419a299e
20 changed files with 168 additions and 169 deletions
|
|
@ -263,12 +263,10 @@
|
|||
"#texture": {
|
||||
"opacity": 0.2,
|
||||
"filter": null,
|
||||
"mask": "url(#land)"
|
||||
},
|
||||
"#textureImage": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"src": "https://i2.wp.com/azgaar.files.wordpress.com/2021/10/plaster.jpg"
|
||||
"mask": "url(#land)",
|
||||
"data-x": 0,
|
||||
"data-y": 0,
|
||||
"data-href": "https://i2.wp.com/azgaar.files.wordpress.com/2021/10/plaster.jpg"
|
||||
},
|
||||
"#zones": {
|
||||
"opacity": 0.7,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue