diff --git a/src/core/tour/TourManager.ttslua b/src/core/tour/TourManager.ttslua index bf45df0c..fa4a12b1 100644 --- a/src/core/tour/TourManager.ttslua +++ b/src/core/tour/TourManager.ttslua @@ -35,6 +35,7 @@ do local SCREEN_POSITIONS = { -- Center is intentionally slightly above the center center = "0.5 0.6", + belowcenter = "0.5 0.4", north = "0.5 0.75", east = "0.75 0.5", west = "0.25 0.5", diff --git a/src/core/tour/TourScript.ttslua b/src/core/tour/TourScript.ttslua index d40964fd..3e7a9ffe 100644 --- a/src/core/tour/TourScript.ttslua +++ b/src/core/tour/TourScript.ttslua @@ -80,7 +80,7 @@ TOUR_SCRIPT = { narrator = "Kohaku", text = "Folklorists, immersed in the rich narratives of blessings and curses, explore the essence of human beliefs. You can use this tool to control the amount of bless and curse tokens in the chaos bag. It will also display the amount in the bag (+ sealed on cards) for you. Remember to remove bless / curse tokens with this after resolving them.", objReferenceData = { owner = "Mythos", type = "BlessCurseManager" }, - position = "center", + position = "belowcenter", skipCentering = true, speakerSide = "left" },