Sfoglia il codice sorgente

Update Adira

master
Fen Dweller 3 anni fa
parent
commit
bbe70e7544
4 ha cambiato i file con 2500 aggiunte e 447 eliminazioni
  1. +2
    -1
      media/attribution.js
  2. +2494
    -442
      media/characters/adira/front.svg
  3. +2
    -2
      presets/characters.js
  4. +2
    -2
      presets/plants.js

+ 2
- 1
media/attribution.js Vedi File

@@ -11235,7 +11235,8 @@ const attributionData = {
"kononiko"
],
owners: [
"adirashrinks"
"adirashrinks",
"anonymous"
]
},
{


+ 2494
- 442
media/characters/adira/front.svg
File diff soppresso perché troppo grande
Vedi File


+ 2
- 2
presets/characters.js Vedi File

@@ -30314,8 +30314,8 @@ characterMakers.push(() => makeCharacter(
name: "Front",
image: {
source: "./media/characters/adira/front.svg",
extra: 1078 / 1029,
bottom: 87 / 1166
extra: 2121/2013,
bottom: 206/2327
}
},
},


+ 2
- 2
presets/plants.js Vedi File

@@ -22,13 +22,13 @@ function makePlants() {
{
name: "Short Blades",
views: [
{ name: "Front", height: 0.06 },
{ name: "Front", height: 0.06, bottom: 0.015 },
],
},
{
name: "Tall Blades",
views: [
{ name: "Front", height: 0.12 },
{ name: "Front", height: 0.12, bottom: 0.015 },
],
},
{


Loading…
Annulla
Salva