Add reference game-state captures
Hand-captured state snapshots (menu through hand_select) used to build the facts layer and decision handlers. Live run dumps are gitignored, these stay for reference.
This commit is contained in:
parent
efd7d2e423
commit
9966580d41
16 changed files with 3077 additions and 0 deletions
15
capture/04_run_started.json
Normal file
15
capture/04_run_started.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"state_type": "menu",
|
||||
"menu_screen": "tutorial_prompt",
|
||||
"message": "Enable Tutorials? Choose yes or no.",
|
||||
"options": [
|
||||
{
|
||||
"name": "no",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"name": "yes",
|
||||
"enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue