mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-21 19:28:03 +00:00
- Implement StaticFilesController to serve CSS, JS, and asset files for the BreakEscape engine. - Update routes to include static file paths for CSS, JS, and assets. - Refactor game show view to load multiple CSS files and include Google Fonts. - Remove application stylesheet link from the layout. - Modify various CSS files to improve layout and styling, including HUD and inventory. - Update JavaScript files to ensure asset paths are correctly prefixed with /break_escape/. - Enhance minigame UI components, including notifications, modals, and overlays. - Adjust game-over screen and health UI to use correct asset paths. - Update constants and crypto workstation utility to reflect new asset paths.