Quellcode durchsuchen

Text at the top of the character build screen is properly hidden now

tags/v0.7.0
Fen Dweller vor 7 Jahren
Ursprung
Commit
d1a004ea41
2 geänderte Dateien mit 3 neuen und 4 gelöschten Zeilen
  1. +1
    -1
      game.js
  2. +2
    -3
      stroll.html

+ 1
- 1
game.js Datei anzeigen

@@ -3702,7 +3702,7 @@ function startGame(e) {
enable_victim("humped","Humped");

document.getElementById("log-area").style.display = 'inline';
document.getElementById("custom-species").style.display = 'none';
document.getElementById("character-build-area").style.display = 'none';
document.getElementById("action-panel").style.display = 'flex';

enable_panel("options");


+ 2
- 3
stroll.html Datei anzeigen

@@ -319,7 +319,7 @@
</div>
</div>
</div>
<div class="character-build">
<div class="character-build" id="character-build-area">
<p>Welcome to Stroll 0.6.4</p>
<p><b>This game features 18+ content</b></p>
<p><a href="https://chemicalcrux.org/stroll">Changelog</a></p>
@@ -328,9 +328,8 @@

<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>Build your Character</p>
<p>Leave a box empty for a sane default value</p>
<p>Lengths in meters, areas in square meters, masses in kilograms</p>
<p>Lengths in meters, areas in square meters, masses in kilograms, times in seconds</p>
<p>(but you can preview the customary value)</p>
<p>Click on highlight/darkened titles to enable and disable features.</p>
<div id="custom-species">


Laden…
Abbrechen
Speichern