Browse Source

Auto-select new entities

tags/v0.1.0
Fen Dweller 6 years ago
parent
commit
be0a4db8d4
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      macrovision.js

+ 2
- 0
macrovision.js View File

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

select(box);
}

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


Loading…
Cancel
Save