Przeglądaj źródła

Rename Spot Tea to Tea Spot

master
Fen Dweller 5 lat temu
rodzic
commit
2b34091bad
6 zmienionych plików z 6 dodań i 6 usunięć
  1. +1
    -1
      media/attribution.js
  2. +0
    -0
      media/characters/tea-spot/daily-wear.svg
  3. +0
    -0
      media/characters/tea-spot/fully-equipped-back.svg
  4. +0
    -0
      media/characters/tea-spot/fully-equipped-front.svg
  5. +0
    -0
      media/characters/tea-spot/maid-work.svg
  6. +5
    -5
      presets/characters.js

+ 1
- 1
media/attribution.js Wyświetl plik

@@ -14205,7 +14205,7 @@ const attributionData = {
]
},
{
prefix: "./media/characters/spot-tea/",
prefix: "./media/characters/tea-spot/",
files: [
{ name: "fully-equipped-front.svg", source: null },
{ name: "fully-equipped-back.svg", source: null },


media/characters/spot-tea/daily-wear.svg → media/characters/tea-spot/daily-wear.svg Wyświetl plik


media/characters/spot-tea/fully-equipped-back.svg → media/characters/tea-spot/fully-equipped-back.svg Wyświetl plik


media/characters/spot-tea/fully-equipped-front.svg → media/characters/tea-spot/fully-equipped-front.svg Wyświetl plik


media/characters/spot-tea/maid-work.svg → media/characters/tea-spot/maid-work.svg Wyświetl plik


+ 5
- 5
presets/characters.js Wyświetl plik

@@ -37049,14 +37049,14 @@ characterMakers.push(() => makeCharacter(
))

characterMakers.push(() => makeCharacter(
{ name: "Spot Tea", species: ["space-springhare"], tags: ["anthro"] },
{ name: "Tea Spot", species: ["space-springhare"], tags: ["anthro"] },
{
fullyEquippedFront: {
height: math.unit(3 + 1/12, "feet"),
weight: math.unit(24, "lb"),
name: "Fully Equipped (Front)",
image: {
source: "./media/characters/spot-tea/fully-equipped-front.svg",
source: "./media/characters/tea-spot/fully-equipped-front.svg",
extra: 687/605,
bottom: 18/705
}
@@ -37066,7 +37066,7 @@ characterMakers.push(() => makeCharacter(
weight: math.unit(24, "lb"),
name: "Fully Equipped (Back)",
image: {
source: "./media/characters/spot-tea/fully-equipped-back.svg",
source: "./media/characters/tea-spot/fully-equipped-back.svg",
extra: 689/590,
bottom: 18/707
}
@@ -37076,7 +37076,7 @@ characterMakers.push(() => makeCharacter(
weight: math.unit(24, "lb"),
name: "Daily Wear",
image: {
source: "./media/characters/spot-tea/daily-wear.svg",
source: "./media/characters/tea-spot/daily-wear.svg",
extra: 701/620,
bottom: 21/722
}
@@ -37086,7 +37086,7 @@ characterMakers.push(() => makeCharacter(
weight: math.unit(24, "lb"),
name: "Maid Work",
image: {
source: "./media/characters/spot-tea/maid-work.svg",
source: "./media/characters/tea-spot/maid-work.svg",
extra: 693/609,
bottom: 15/708
}


Ładowanie…
Anuluj
Zapisz