Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
chemicalcrux
/
stroll
Segui
1
Vota
0
Forka
1
Codice
Problemi
0
Pull Requests
1
Rilasci
11
Wiki
Attività
Sfoglia il codice sorgente
Changed scale from 3 to 1
tags/v0.7.0
Fen Dweller
8 anni fa
parent
5cf72a3061
commit
f0cde536c1
2 ha cambiato i file
con
2 aggiunte
e
2 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
game.js
+1
-1
stroll.html
+ 1
- 1
game.js
Vedi File
@@ -458,7 +458,7 @@ var macro =
this.growthPoints += Math.round(50 * mass / (this.scale*this.scale));
},
"scale":
3
,
"scale":
1
,
}
function look()
+ 1
- 1
stroll.html
Vedi File
@@ -102,7 +102,7 @@
</li>
<li>
<label for="scale" class="has-tooltip" title="Multiply your base height by this much">Scale (?)</label>
<input type="text" name="scale" placeholder="
3
"/>
<input type="text" name="scale" placeholder="
1
"/>
</li>
<li>
<label for="baseHeight">Height</label>
Write
Preview
Loading…
Annulla
Salva