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:
parent
a1b5aa8c59
commit
19577eca8c
10 changed files with 261 additions and 221 deletions
18
source/data/menu.json
Normal file
18
source/data/menu.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[
|
||||
{
|
||||
"text": "New",
|
||||
"href": "#new"
|
||||
},
|
||||
{
|
||||
"text": "Continue",
|
||||
"href": "#continue"
|
||||
},
|
||||
{
|
||||
"text": "Settings",
|
||||
"href": "#options"
|
||||
},
|
||||
{
|
||||
"text": "Leave",
|
||||
"href": "/"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue