このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
chemicalcrux
/
macrovision
ウォッチ
1
スター
0
フォーク
0
コード
課題
5
プルリクエスト
0
リリース
10
Wiki
アクティビティ
ソースを参照
Make custom entities have a consistent size when created
They'll always be 3/10ths as tall as the world is.
tags/v0.1.0
Fen Dweller
6年前
親
ecbdf755a5
コミット
f61a399553
1個のファイルの変更
、
2行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+2
-0
macrovision.js
+ 2
- 0
macrovision.js
ファイルの表示
@@ -1941,6 +1941,8 @@ function makeCustomEntity(url, x=0.5, y=0.5) {
const entity = maker.constructor();
entity.scale = config.height.toNumber("feet") / 20;
entity.ephemeral = true;
displayEntity(entity, "custom", x, y, true, true);
}
書き込み
プレビュー
読み込み中…
キャンセル
保存