mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
DEV-2463: Put FTUE users in an empty serverless domain instead of the tutorial
This commit is contained in:
parent
fb7589eff9
commit
a6bcbe4c66
2 changed files with 12 additions and 2 deletions
10
interface/resources/serverless/empty.json
Normal file
10
interface/resources/serverless/empty.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"DataVersion": 3,
|
||||
"Paths": {
|
||||
"/": "/0, 0, 0/0,0,0,0"
|
||||
},
|
||||
"Entities": [
|
||||
],
|
||||
"Id": "{5807d519-eb7d-496d-b22a-0820811291c9}",
|
||||
"Version": 120
|
||||
}
|
|
@ -377,7 +377,7 @@ function displayInitialLaunchWindow() {
|
|||
|
||||
initialLaunchWindow.fromQml.connect(onMessageFromInitialLaunchWindow);
|
||||
|
||||
Window.location = "file:///~/serverless/tutorial.json";
|
||||
Window.location = "file:///~/serverless/empty.json";
|
||||
}
|
||||
|
||||
var SECOND_LAUNCH_QML_PATH = Script.resolvePath("simplifiedFTUE/SecondLaunchWindow.qml");
|
||||
|
@ -405,7 +405,7 @@ function displaySecondLaunchWindow() {
|
|||
|
||||
secondLaunchWindow.fromQml.connect(onMessageFromSecondLaunchWindow);
|
||||
|
||||
Window.location = "file:///~/serverless/tutorial.json";
|
||||
Window.location = "file:///~/serverless/empty.json";
|
||||
}
|
||||
|
||||
function closeInitialLaunchWindow() {
|
||||
|
|
Loading…
Reference in a new issue