mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Add new categories for extensions (#4331)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user