Преглед изворни кода

Solar systems had continents instead of planets

tags/v0.7.0
Fen Dweller пре 8 година
родитељ
комит
cc98bdde8b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      recursive-macro.js

+ 1
- 1
recursive-macro.js Прегледај датотеку

@@ -1041,7 +1041,7 @@ function SolarSystem(count = 1) {
this.contents.star = new Star(1); this.contents.star = new Star(1);


var amount = distribution(5,15,count); var amount = distribution(5,15,count);
this.contents.planet = new Continent(amount);
this.contents.planet = new Planet(amount);


this.describe = function(verbose = true) { this.describe = function(verbose = true) {
if (verbose) { if (verbose) {


Loading…
Откажи
Сачувај