ソースを参照

Auto-select new entities

tags/v0.1.0
Fen Dweller 6年前
コミット
be0a4db8d4
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      macrovision.js

+ 2
- 0
macrovision.js ファイルの表示

@@ -668,6 +668,8 @@ function displayEntity(entity, view, x, y) {
if (config.autoFit) { if (config.autoFit) {
fitWorld(); fitWorld();
} }

select(box);
} }


document.addEventListener("DOMContentLoaded", () => { document.addEventListener("DOMContentLoaded", () => {


読み込み中…
キャンセル
保存