소스 검색

Missing mass, fixed name

tags/v0.7.0
Fen Dweller 7 년 전
부모
커밋
e81b4a58bd
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      recursive-macro.js

+ 2
- 1
recursive-macro.js 파일 보기

@@ -73,6 +73,7 @@ var masses =
"Person": 80,
"Car": 1000,
"Bus": 5000,
"Tram": 10000,
"Motorcycle": 200,
"House": 10000,
"Train": 50000,
@@ -420,7 +421,7 @@ function Bus(count = 1) {
}

function Tram(count = 1) {
this.name = "Bus";
this.name = "Tram";

copy_defaults(this,new DefaultEntity());
this.count = count;


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