Commit c1ec606 1 parent faff25d commit c1ec606 Copy full SHA for c1ec606
File tree 2 files changed +1
-22
lines changed
2 files changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -84,18 +84,8 @@ export async function main() {
84
84
parcels : [ '0,0' ] ,
85
85
base : '0,0'
86
86
} ,
87
- communications : {
88
- type : 'webrtc' ,
89
- signalling : 'https://rendezvous.decentraland.org'
90
- } ,
91
- policy : {
92
- fly : true ,
93
- voiceEnabled : true ,
94
- blacklist : [ ] ,
95
- teleportPosition : '0,0,0'
96
- } ,
97
87
requiredPermissions : [ ] ,
98
- main : 'scene.xml '
88
+ main : 'bin/game.js '
99
89
}
100
90
101
91
await dcl . init ( sceneMeta , boilerplate as BoilerplateType )
Original file line number Diff line number Diff line change @@ -14,16 +14,5 @@ export type SceneMetadata = {
14
14
base : string
15
15
parcels : Array < string >
16
16
}
17
- communications : {
18
- type : string
19
- signalling : string
20
- }
21
- policy : {
22
- contentRating ?: string
23
- fly : boolean
24
- voiceEnabled : boolean
25
- blacklist : Array < string >
26
- teleportPosition : string
27
- }
28
17
requiredPermissions ?: string [ ]
29
18
}
You can’t perform that action at this time.
0 commit comments