From a7939f55960168f69b22008f0adfcb1495bd5ee8 Mon Sep 17 00:00:00 2001 From: atummons <60987561+atummons@users.noreply.github.com> Date: Tue, 19 Nov 2024 11:46:52 -0600 Subject: [PATCH] Update mpf-carousel.md --- docs/gmc/reference/mpf-carousel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gmc/reference/mpf-carousel.md b/docs/gmc/reference/mpf-carousel.md index 527c07c3d0..73d8d0afc0 100644 --- a/docs/gmc/reference/mpf-carousel.md +++ b/docs/gmc/reference/mpf-carousel.md @@ -41,4 +41,4 @@ When the MPF Carousel mode selects an item to display, it will post event with t Single value, type `String`. Default `None`. -This is the name of the carousel mode in MPF that will be triggering changes. The name is required so that GMC can correctly identify in case multiple carousels are active at once. \ No newline at end of file +This value is set in Godot by clicking on the MPFCarousel node, and setting the value under the Inspector for "Carousel Name". This must be the name of the mode in MPF that contains the carousel and will be triggering changes. The name is required so that GMC can correctly identify in case multiple carousels are active at once. Each mode can only contain a single carousel, but multiple modes can contain carousels. The carousel that is shown is determined by the active modes, and the higher priority mode if multiple modes with carousels are running concurrently.