-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbattle-royale.json
More file actions
73 lines (73 loc) · 1.72 KB
/
Copy pathbattle-royale.json
File metadata and controls
73 lines (73 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"schemaVersion": 1,
"id": "profile-example-battle-royale",
"name": "Battle Royale Example",
"game": {
"title": "Example landscape shooter",
"packageName": "com.example.game"
},
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"reference": {
"orientation": "landscape",
"width": 2400,
"height": 1080
},
"settings": {
"emergencyCode": "Escape",
"exclusiveInput": false,
"overlayOpacity": 0.88,
"mouseSensitivity": 0.0015
},
"mappings": [
{
"id": "mapping-example-movement",
"name": "Movement",
"type": "joystick",
"enabled": true,
"position": { "x": 0.16, "y": 0.76 },
"orientation": "landscape",
"keys": {
"up": "KeyW",
"down": "KeyS",
"left": "KeyA",
"right": "KeyD"
},
"radius": 0.09,
"smoothing": 0.35
},
{
"id": "mapping-example-fire",
"name": "Primary fire",
"type": "mouse-button",
"enabled": true,
"position": { "x": 0.87, "y": 0.58 },
"orientation": "landscape",
"button": 0,
"behavior": "hold",
"durationMs": 55
},
{
"id": "mapping-example-jump",
"name": "Jump",
"type": "tap",
"enabled": true,
"position": { "x": 0.78, "y": 0.78 },
"orientation": "landscape",
"trigger": { "kind": "key", "code": "Space" },
"durationMs": 55
},
{
"id": "mapping-example-look",
"name": "Camera look",
"type": "mouse-look",
"enabled": true,
"position": { "x": 0.62, "y": 0.42 },
"orientation": "landscape",
"sensitivity": 0.0015,
"radius": 0.2,
"invertX": false,
"invertY": false
}
]
}