Add new categories for extensions (#4331)

This commit is contained in:
D8H
2022-09-29 18:24:06 +02:00
committed by GitHub
parent b826f66455
commit 54f32a2542

View File

@@ -208,6 +208,10 @@ export const ExtensionOptionsEditor = ({
text: 'Ads',
value: 'Ads',
},
{
text: 'Visual effect',
value: 'Visual effect',
},
{
text: 'Audio',
value: 'Audio',
@@ -216,6 +220,10 @@ export const ExtensionOptionsEditor = ({
text: 'Advanced',
value: 'Advanced',
},
{
text: 'Camera',
value: 'Camera',
},
{
text: 'Device',
value: 'Device',
@@ -224,6 +232,14 @@ export const ExtensionOptionsEditor = ({
text: 'Input',
value: 'Input',
},
{
text: 'Game mechanic',
value: 'Game mechanic',
},
{
text: 'Movement',
value: 'Movement',
},
{
text: 'Network',
value: 'Network',
@@ -232,6 +248,10 @@ export const ExtensionOptionsEditor = ({
text: 'Third-party',
value: 'Third-party',
},
{
text: 'User interface',
value: 'User interface',
},
]}
/>
<SemiControlledTextField