瀏覽代碼

Moved all panels over

tags/v1.0.0
Fen Dweller 6 年之前
父節點
當前提交
587903444b
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: E80B35A6F11C3656
共有 2 個檔案被更改,包括 15 行新增0 行删除
  1. +14
    -0
      features.js
  2. +1
    -0
      game.js

+ 14
- 0
features.js 查看文件

@@ -771,6 +771,7 @@ options = [
"name": "Footwear", "name": "Footwear",
"id": "footWear", "id": "footWear",
"optional": true, "optional": true,
"panels": ["shoes"],
"entries": "entries":
[ [
{ {
@@ -866,6 +867,7 @@ options = [
"name": "Tail", "name": "Tail",
"id": "hasTail", "id": "hasTail",
"optional": true, "optional": true,
"panels": ["tails"],
"buttons": ["tail_slap"], "buttons": ["tail_slap"],
"entries": "entries":
[ [
@@ -938,6 +940,7 @@ options = [
"name": "Pouch", "name": "Pouch",
"id": "hasPouch", "id": "hasPouch",
"optional": true, "optional": true,
"panels": ["misc"],
"buttons": ["pouch_stuff", "pouch_rub"], "buttons": ["pouch_stuff", "pouch_rub"],
"entries": "entries":
[ [
@@ -953,6 +956,7 @@ options = [
"name": "Male Genitals", "name": "Male Genitals",
"id": "maleParts", "id": "maleParts",
"optional": true, "optional": true,
"panels": ["dick"],
"buttons": ["cockslap", "ball_smother"], "buttons": ["cockslap", "ball_smother"],
"entries": "entries":
[ [
@@ -1097,6 +1101,7 @@ options = [
"name": "Female Genitals", "name": "Female Genitals",
"id": "femaleParts", "id": "femaleParts",
"optional": true, "optional": true,
"panels": ["vagina"],
"buttons": ["slit_toy"], "buttons": ["slit_toy"],
"entries": "entries":
[ [
@@ -1204,6 +1209,7 @@ options = [
"name": "Breasts", "name": "Breasts",
"id": "hasBreasts", "id": "hasBreasts",
"optional": true, "optional": true,
"panels": ["breasts"],
"buttons": ["breast_crush", "breast_toy", "cleavage_stuff", "cleavage_crush", "cleavage_drop", "cleavage_absorb"], "buttons": ["breast_crush", "breast_toy", "cleavage_stuff", "cleavage_crush", "cleavage_drop", "cleavage_absorb"],
"entries": "entries":
[ [
@@ -1325,6 +1331,7 @@ options = [
"name": "Gas", "name": "Gas",
"id": "gasEnabled", "id": "gasEnabled",
"optional": true, "optional": true,
"panels": ["waste"],
"warning": "Gas is enabled", "warning": "Gas is enabled",
"entries": "entries":
[ [
@@ -1370,6 +1377,7 @@ options = [
"name": "Soul Vore", "name": "Soul Vore",
"id": "soulVoreEnabled", "id": "soulVoreEnabled",
"optional": true, "optional": true,
"panels": ["souls"],
"buttons": ["soul_vore", "soul_absorb_paw"], "buttons": ["soul_vore", "soul_absorb_paw"],
"warning": "Soul vore enabled", "warning": "Soul vore enabled",
"entries": "entries":
@@ -1412,6 +1420,7 @@ options = [
"name": "Piss", "name": "Piss",
"id": "pissEnabled", "id": "pissEnabled",
"optional": true, "optional": true,
"panels": ["waste"],
"buttons": ["piss"], "buttons": ["piss"],
"warning": "Watersports enabled", "warning": "Watersports enabled",
"entries": "entries":
@@ -1486,6 +1495,7 @@ options = [
"name": "Scat", "name": "Scat",
"id": "scatEnabled", "id": "scatEnabled",
"optional": true, "optional": true,
"panels": ["waste"],
"buttons": ["scat"], "buttons": ["scat"],
"warning": "Scat is enabled", "warning": "Scat is enabled",
"entries": "entries":
@@ -1520,6 +1530,7 @@ options = [
"name": "Goo", "name": "Goo",
"id": "gooEnabled", "id": "gooEnabled",
"optional": true, "optional": true,
"panels": ["goo"],
"buttons": ["melt"], "buttons": ["melt"],
"entries": "entries":
[ [
@@ -1590,6 +1601,7 @@ options = [
"name": "Breath", "name": "Breath",
"id": "breathEnabled", "id": "breathEnabled",
"optional": true, "optional": true,
"panels": ["breath"],
"buttons": ["breath_line", "breath_cone"], "buttons": ["breath_line", "breath_cone"],
"entries": "entries":
[ [
@@ -1658,6 +1670,7 @@ options = [
"name": "Magic", "name": "Magic",
"id": "magicEnabled", "id": "magicEnabled",
"optional": true, "optional": true,
"panels": ["magic"],
"entries": "entries":
[ [
{ {
@@ -1680,6 +1693,7 @@ options = [
"name": "Wings", "name": "Wings",
"id": "hasWings", "id": "hasWings",
"optional": true, "optional": true,
"panels": ["misc"],
"buttons": ["wings_flap"], "buttons": ["wings_flap"],
"entries": "entries":
[ [


+ 1
- 0
game.js 查看文件

@@ -4300,6 +4300,7 @@ function generateSettings() {
let warnings = []; let warnings = [];
let panels = []; let panels = [];
let buttons = []; let buttons = [];
let stats = [];


for (let i=0; i<form.length; i++) { for (let i=0; i<form.length; i++) {
let value = form[i].value == "" ? form[i].placeholder : form[i].value; let value = form[i].value == "" ? form[i].placeholder : form[i].value;


Loading…
取消
儲存