Skip to content

Commit

Permalink
feat: Update scene required permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
cyaiox committed Dec 3, 2023
1 parent 59dfb6b commit 7ac472e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/Scene/SDK7Scene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class SDK7Scene {
base: `${base.x},${base.y}`,
},
ecs7: true,
runtimeVersion: "7",
runtimeVersion: '7',
source: {
version: 1,
origin: 'builder',
Expand All @@ -51,6 +51,14 @@ export class SDK7Scene {
cols: project.cols,
},
},
requiredPermissions: [
[
'USE_FETCH',
'USE_WEB3_API',
'ALLOW_TO_TRIGGER_AVATAR_EMOTE',
'ALLOW_TO_MOVE_PLAYER_INSIDE_SCENE',
],
],
}
}

Expand Down

0 comments on commit 7ac472e

Please sign in to comment.