- Center the ✕ close glyph and "IN PROGRESS" labels via setOrigin(0.5, …);
Phaser Text defaults to origin (0,0), so they were anchored top-left
and sat off-center on their plates
- Widen detail buttons from 152 to 190 px so the widest label
("IN PROGRESS 88%") no longer bleeds past the plate edges
- Treat 'closing' as open in isOpen so a close tap is consumed by the
window while it fades out, instead of leaking through as a world click
|
||
|---|---|---|
| .. | ||
| ActionBar.js | ||
| BuildWindow.js | ||
| CommsPanel.js | ||
| ConfirmOverlay.js | ||
| CyberShape.js | ||
| DiscoveryCompass.js | ||
| GlitchText.js | ||
| MenuButton.js | ||
| MenuSubBar.js | ||
| MineralHud.js | ||
| MiningPopup.js | ||
| ResearchWindow.js | ||
| SavePanel.js | ||
| SignalCompass.js | ||
| SlotCard.js | ||
| Toast.js | ||