Skip to content

Commit

Permalink
Add multiplayer camera to MODS documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
manuq committed Nov 12, 2024
1 parent 615e399 commit 5c7a056
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/MODS.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ Duplicate the `Player` node. Move it next to the existing player. Then
change the Player to "Two" in the duplicated one. Now the game is
multiplayer.

You will notice that the camera is following one of the player characters. So
try disabling the `Camera2D` node that's a child of the `Player` node. And then
enable the `MultiplayerCamera` node that's at the bottom of the Scene Dock.

### Player and flag appearance

Click on the `Player` node. In the inspector, observe where it says `Sprite
Expand Down

0 comments on commit 5c7a056

Please sign in to comment.