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

18
source/data/menu.json Normal file
View file

@ -0,0 +1,18 @@
[
{
"text": "New",
"href": "#new"
},
{
"text": "Continue",
"href": "#continue"
},
{
"text": "Settings",
"href": "#options"
},
{
"text": "Leave",
"href": "/"
}
]