added transition scene with basic tutorial AND PERSISTENT DATA

PLEASE launch game from the main menu scene, otherwise persistent data will not load correctly
This commit is contained in:
slevy14
2023-04-25 13:27:12 -07:00
parent cea079d243
commit c0f9749da5
17 changed files with 1790 additions and 242 deletions

View File

@@ -134,7 +134,7 @@
]
},
{
"name": "Pause",
"name": "MenuActions",
"id": "fa97cfc8-0665-469b-915e-6b26d315ca86",
"actions": [
{
@@ -145,6 +145,15 @@
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "AdvanceDialog",
"type": "Button",
"id": "a4e91a7d-a255-4166-9a82-795d9729b7b8",
"expectedControlType": "Button",
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
"bindings": [
@@ -158,6 +167,17 @@
"action": "Pause",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "504af2d0-cca5-428f-8009-de9fcff39bc7",
"path": "<Keyboard>/anyKey",
"interactions": "",
"processors": "",
"groups": "",
"action": "AdvanceDialog",
"isComposite": false,
"isPartOfComposite": false
}
]
}