Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 8b97ebc

Browse files
committed
Resolving merge conflicts
2 parents 96e9856 + d563c54 commit 8b97ebc

File tree

4 files changed

+18
-25
lines changed

4 files changed

+18
-25
lines changed

docusaurus.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -396,10 +396,6 @@ module.exports = {
396396
label: "1.0.0",
397397
path: "1.0.0",
398398
},
399-
"1.0.0": {
400-
label: "1.0.0",
401-
path: "1.0.0",
402-
},
403399
"0.6.0": {
404400
label: "0.6.0",
405401
path: "0.6.0",

mppm_versioned_docs/version-1.1.0/sync-play-mode.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Multiplayer Play Mode syncs the main Editor Player and [Virtual Players](../virt
1212
| **Pause** | Pauses all activated Players (main Editor Player and Virtual Players) |
1313
| **Step** | Performs a single-frame step for all activated Players (main Editor Player and Virtual Players) |
1414

15+
1516
You can change the layout of the **Multiplayer Play Mode** window with the **Layout** dropdown. To learn more, refer to [Change the layout of a Virtual Player](virtual-players-layout).
1617

1718
:::note

mppm_versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[
2+
"1.2.0",
23
"current",
34
"1.2.0",
45
"1.1.0",

sidebars.js

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -123,26 +123,21 @@ module.exports = {
123123
"type": "category",
124124
"label": "Networking components",
125125
"items": [
126-
{
127-
"collapsed": true,
128-
"type": "category",
129-
"label": "NetworkObject",
130-
"items": [
131-
{
132-
"type": "doc",
133-
"id": "basics/networkobject"
134-
},
135-
{
136-
"type": "doc",
137-
"id": "basics/playerobjects"
138-
},
139-
{
140-
"type": "doc",
141-
"id": "advanced-topics/networkobject-parenting"
142-
},
143-
144-
]
145-
},
126+
{
127+
"collapsed": true,
128+
"type": "category",
129+
"label": "NetworkObject",
130+
"items": [
131+
{
132+
"type": "doc",
133+
"id": "basics/networkobject"
134+
},
135+
{
136+
"type": "doc",
137+
"id": "advanced-topics/networkobject-parenting"
138+
},
139+
]
140+
},
146141
{
147142
"collapsed": true,
148143
"type": "category",
@@ -580,7 +575,7 @@ module.exports = {
580575
"id": "learn/bitesize/bitesize-invaders"
581576
},
582577
]
583-
},
578+
},
584579
],
585580
},
586581
{

0 commit comments

Comments
 (0)