feat: Change game structure

- New template
- Rename screens
- New partial for menu
- New data file for menu content
- Separate styles
This commit is contained in:
sthag 2026-04-04 09:21:34 +02:00
parent a1b5aa8c59
commit 19577eca8c
10 changed files with 261 additions and 221 deletions

View file

@ -9,6 +9,8 @@
@use "modules/ui/gallery_module";
@use "modules/ui/windows_module";
@use "modules/ui/table_module";
@use "modules/game/mwo";
@use "modules/game/tfw";
$color_gui_back: hippie.$color_dark;
$space_gui_half: hippie.$space_half;