Browse Source

Fix shapes/flat shapes missing their attribution data

master
Fen Dweller 3 years ago
parent
commit
e7d432e299
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      media/attribution.js

+ 14
- 0
media/attribution.js View File

@@ -20003,6 +20003,20 @@ const attributionData = {
"https://www.steelystraws.com/choosing-the-right-length-and-width-for-your-reusable-straws/",
]
},
{
prefix: "./media/objects/Shapes/",
all: null,
authors: [
"chemicalcrux"
],
},
{
prefix: "./media/objects/Flat Shapes/",
all: null,
authors: [
"chemicalcrux"
],
},
{
prefix: "./media/real-buildings/",
all: "https://wiki.openstreetmap.org/wiki/Blender",


Loading…
Cancel
Save