add category for platform
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
import { ConfigUiParamsCategories } from "@24tools/ads_common";
|
||||
|
||||
export const characterSettings: ConfigUiParamsCategories[] = [
|
||||
{
|
||||
id: "character",
|
||||
name: "Character settings",
|
||||
params: [
|
||||
{
|
||||
id: "movement_speed",
|
||||
name: "Movement speed",
|
||||
type: "int",
|
||||
values: [
|
||||
0,
|
||||
10,
|
||||
3
|
||||
]
|
||||
},
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user