aboutsummaryrefslogtreecommitdiff
path: root/scripts/main.js
Commit message (Collapse)AuthorAge
* Fix asset drop clientx issue.MetroWind2025-08-31
| | | | | On Windows Firefox, the clientX property of the dragend event is unreliable. Use the drop event.
* Correctly initialize the plan array.MetroWind2025-08-31
| | | | | Similar to python, filling the array with an array just create references. We need actual copies.
* Add all rooms. (Except for internal wall. Need to figure out how they work.)MetroWind2025-08-31
|
* UI layoutMetroWind2025-08-31
|
* Support multiple floors. Use 98 style.MetroWind2025-08-31
|
* Add plan serializationMetroWind2025-08-30
|
* Can drag assets on to the grid, can save image.MetroWind2025-08-30
|
* WIPMetroWind2025-08-29