From d4045d4418e9d1048893426932f0e7a119a32698 Mon Sep 17 00:00:00 2001 From: nutbuster Date: Fri, 5 Nov 2021 19:48:17 +1100 Subject: [PATCH] Fix position of 'The End' --- game/script/x10-raymbas-observations.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/script/x10-raymbas-observations.rpy b/game/script/x10-raymbas-observations.rpy index fa8ff78..3952c1d 100644 --- a/game/script/x10-raymbas-observations.rpy +++ b/game/script/x10-raymbas-observations.rpy @@ -956,7 +956,7 @@ label chapter_x10: image big blending = Composite( (1920, 1080), (0, 0), "big ending", - (0, 0), "the ending" + (0, 1080-126), "the ending" ) scene big ending with Dissolve(1)