Skip to content

Commit

Permalink
Merge pull request #522 from ironspider/patch-25
Browse files Browse the repository at this point in the history
Update spanning-multiple-monitors.md
  • Loading branch information
avanwinkle authored Jul 14, 2024
2 parents 6959944 + 9182576 commit c258101
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/gmc/guides/spanning-multiple-monitors.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Right-click on your new scene in the *FileSystem* window and select **Set as Mai

## Create Main Display

The first display will be run on the main screen, and doesn't require extra setup. In your scene tree add a new node of type `MPFDisplay` and give it a name (this name will be how it's targeted in MPF `slide_player`).
The first display will be run on the main screen, and doesn't require extra setup. In your scene tree add a new node of type `MPFDisplay` and give it a name (this name will be how it's targeted in MPF `slide_player` ex: 'primary').

In the *Inspector* panel set `is_default` to true and select an initial slide. For most use cases, the default GMC initial slide will work (*/addons/mpf-gmc/slides/startup.tscn*). Expand the *Layout > Transform* section and set the size to be the dimensions of the main monitor.

Expand All @@ -55,7 +55,7 @@ Under the *Flags* dropdown, set the following:
* **Unresizable**: On
* **Borderless**: On

Now create a new `MPFDisplay` child node of this `Window`. Set the same Initial Slide as the other, and under *Layout > Transform > Size* set the dimensions of the second monitor. Give this node a name that you will reference in MPF to target it.
Now create a new `MPFDisplay` child node of this `Window`. Set the same Initial Slide as the other, and under *Layout > Transform > Size* set the dimensions of the second monitor. Give this node a name that you will reference in MPF to target it (ex: 'mini-display').

In the Editor scene view, you should now see two copies of the MPF logo, one for each display.

Expand All @@ -71,4 +71,4 @@ In your MPF config files, you can now target a specific display using the name o
target: primary
attract_mini_slide:
target: mini-display
```
```

0 comments on commit c258101

Please sign in to comment.