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:
		@@ -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
 | 
			
		||||
                }
 | 
			
		||||
            ]
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user