This commit is contained in:
33333-33333 2026-06-30 10:57:06 +09:00
commit f941200504
70 changed files with 1856 additions and 429 deletions

View file

@ -124,7 +124,6 @@
sanitizeOutOfBounds() {
const pad = Math.max(28, CONFIG.worldPadding || 30);
const far = Math.max(360, Math.max(this.w || 1000, this.h || 720) * 0.75);
let changedItems = false;
const repairPoint = (obj, radius = 12) => {
if (!obj) return "missing";