소스 검색

Solar systems had continents instead of planets

tags/v0.7.0
Fen Dweller 7 년 전
부모
커밋
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);

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

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


불러오는 중...
취소
저장