Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
Pomoc
Zaloguj się
chemicalcrux
/
stroll
Obserwuj
1
Polub
0
Forkuj
0
Kod
Zgłoszenia
0
Oczekujące zmiany
0
Wydania
11
Wiki
Aktywność
Przeglądaj źródła
Fixed one way to get to NaN scale. Adjusted clusters for homes and skyscrapers
tags/v0.7.0
Fen Dweller
8 lat temu
rodzic
278ede2c0f
commit
1ba32c8000
2 zmienionych plików
z
9 dodań
i
7 usunięć
Widok podzielony
Opcje porównania
Pokaż statystyki
Ściągnij plik aktualizacji
Ściągnij plik porównania
+3
-1
game.js
+6
-6
recursive-macro.js
+ 3
- 1
game.js
Wyświetl plik
@@ -343,7 +343,9 @@ function look()
var line2 = ""
if (macro.height > 1e6)
if (macro.height > 1e12)
line2 = "You're pretty much everywhere at once.";
else if (macro.height > 1e6)
line2 = "You're standing...on pretty much everything at once.";
else
switch(biome) {
+ 6
- 6
recursive-macro.js
Wyświetl plik
@@ -65,13 +65,13 @@ var masses =
"Train Car": 5000,
"Parking Garage": 100000,
"Overpass": 100000,
"Town":
0
,
"City":
0
,
"Town":
1
,
"City":
1
,
"Continent": 1e12,
"Planet": 5.972e24,
"Star": 1e40,
"Solar System":
0
,
"Galaxy":
0
"Solar System":
1
,
"Galaxy":
1
};
var clusters =
@@ -83,9 +83,9 @@ var clusters =
"Bus": 1,
"Tram": 1,
"Motorcycle": 1,
"House":
5
,
"House":
20
,
"Barn": 1,
"Small Skyscraper":
10
,
"Small Skyscraper":
5
,
"Train": 2,
"Train Car": 1,
"Parking Garage": 1,
Napisz
Podgląd
Ładowanie…
Anuluj
Zapisz