Procházet zdrojové kódy

Added missing grow-with-size options

tags/v1.0.0
Fen Dweller před 6 roky
rodič
revize
71aa3a4a08
1 změnil soubory, kde provedl 20 přidání a 0 odebrání
  1. +20
    -0
      features.js

+ 20
- 0
features.js Zobrazit soubor

@@ -959,6 +959,11 @@ options = [
"id": "cockDigestTime",
"type": "float",
"default": "15"
},
{
"name": "Scale cum with size",
"id": "cumScaleWithSize",
"type": "checkbox"
}
]
},
@@ -1060,6 +1065,11 @@ options = [
"id": "unbirthDigestTime",
"type": "float",
"default": "15"
},
{
"name": "Scale femcum with size",
"id": "femcumScaleWithSize",
"type": "checkbox"
}
]
},
@@ -1142,6 +1152,11 @@ options = [
"id": "breastDigestTime",
"type": "float",
"default": "15"
},
{
"name": "Scale milk with size",
"id": "milkScaleWithSize",
"type": "checkbox"
}
]
}
@@ -1213,6 +1228,11 @@ options = [
"id": "baseGasDigestFactor",
"type": "float",
"default": "1"
},
{
"name": "Scale gas with size",
"id": "gasScaleWithSize",
"type": "checkbox"
}
]
},


Načítá se…
Zrušit
Uložit