mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 17:26:20 +01:00
Fix position of 'The End'
This commit is contained in:
parent
668f07cb6a
commit
d4045d4418
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue