Skip to content

Commit

Permalink
Docs: Document multiplayer and player controls
Browse files Browse the repository at this point in the history
  • Loading branch information
manuq committed Nov 8, 2024
1 parent ac890a3 commit 9775672
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/MODS.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,15 @@ on one of these nodes. In the Inspector, you can adjust their behaviour:
These platforms can be made into moving platforms by using Godot's Animation
functionality.

### Multiplayer and player controls

Click on the `Player` node. In the inspector, try changing the Player
dropdown to "left" or "both".

Duplicate the `Player` node. Move it next to the existing player. Then
change the Player to "left" in the duplicated one. Now the game is
multiplayer.

### Player and flag appearance

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

0 comments on commit 9775672

Please sign in to comment.