Selaa lähdekoodia

Fixed edge factor actually just being a copy of arousal factor

tags/v0.7.4
Fen Dweller 7 vuotta sitten
vanhempi
commit
3c0b480ad5
1 muutettua tiedostoa jossa 13 lisäystä ja 14 poistoa
  1. +13
    -14
      stroll.html

+ 13
- 14
stroll.html Näytä tiedosto

@@ -342,7 +342,6 @@

<div class="action-tab" id="actions-magic">
<button class="action-button" id="button-action-magic_shrink">Shrink</button>
<button class="action-button" id="button-action-magic_hypnotize">Hypnotize</button>
</div>

<div class="action-tab" id="actions-options">
@@ -361,9 +360,9 @@
<p><b>This game features 18+ content</b></p>
<p><a href="https://chemicalcrux.org/stroll">Changelog</a> - <a href="https://t.me/joinchat/BSXHzUZmSqc-CXB1khkuYw">Telegram</a> - <a href="https://discord.gg/7pdcVhD">Discord</a></p>

<p>Stroll is a text-based macro game. Stomp things, eat things, abuse things - then grow larger and do it all over again. </p>
<p>Stroll is a text-based macro game. Stomp things, eat things, abuse things - then grow larger and do it all over again.</p>

<p><b>Stroll is designed for modern browsers. Chrome, Firefox, or Edge are suggested.</b></p>
<p><b>Stroll is designed for modern browsers. Chrome, Firefox, or Edge are suggested. Older browsers will likely fail to run the game. Mobile should work fine.</b></p>

<br>

@@ -406,7 +405,7 @@
</div>

<div class="custom-category">
<p>Or, load/save your own character internally here! It'll be saved in your browser, so you can come back to it later.</p>
<p>Or, load/save your own character internally here. It'll be saved in your browser, so you can come back to it later.</p>
<div>
<button type="button" class="option-button" id="button-load-custom">Load Custom Character</button>
<button type="button" class="option-button" id="button-save-custom">Save Custom Character</button>
@@ -414,7 +413,7 @@
</div>

<div class="custom-category">
<p>Or export/import your character to text here. Copy and paste to share!</p>
<p>Or export/import your character to text here. Copy and paste to share.</p>
<div class>
<button type="button" class="option-button" id="button-export-clear">Clear Space</button>
<button type="button" class="option-button" id="button-export-preset">Export Your Character</button>
@@ -561,9 +560,9 @@
<li>
<label for="jawType">Mouth type</label>
<select name="jawType">
<option value="jaw">Jaws</option>
<option value="beak">Beak</option>
</select>
<option value="jaw">Jaws</option>
<option value="beak">Beak</option>
</select>
</li>
</div>
</div>
@@ -595,11 +594,11 @@
<li>
<label for="footShoe">Shoe type</label>
<select name="footShoe">
<option value="shoe">Shoes</option>
<option value="boot">Boots</option>
<option value="trainer">Trainers</option>
<option value="sandal">Sandals</option>
</select>
<option value="shoe">Shoes</option>
<option value="boot">Boots</option>
<option value="trainer">Trainers</option>
<option value="sandal">Sandals</option>
</select>
</li>
</div>
</ul>
@@ -638,7 +637,7 @@
</li>
<li>
<label class="has-tooltip" for="edgeFactor" title="Multiplies edge gain by this much">Edge multiplier</label>
<input autocomplete="off" type="number" step="any" name="arousalFactor" placeholder="1" />
<input autocomplete="off" type="number" step="any" name="edgeFactor" placeholder="1" />
</li>
</div>
</div>


Loading…
Peruuta
Tallenna