From dedbdda9070924cb247916d6bf0bb55a76f8d4a1 Mon Sep 17 00:00:00 2001 From: Map Date: Fri, 23 Jun 2023 16:32:29 -0500 Subject: [PATCH] fix dodgeballs being in-frame when they shouldn't be --- game/script/1-Anons-Cousin-goes-to-CalArts.rpy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/script/1-Anons-Cousin-goes-to-CalArts.rpy b/game/script/1-Anons-Cousin-goes-to-CalArts.rpy index 8f3e271..c570593 100644 --- a/game/script/1-Anons-Cousin-goes-to-CalArts.rpy +++ b/game/script/1-Anons-Cousin-goes-to-CalArts.rpy @@ -2114,7 +2114,7 @@ label chapter_1: linear 0.4 xpos -1.51 ypos 0.0 pause 0.8 #function temp_sound_for_dodgeball - linear 0.4 xpos 1.0 ypos 0.41 + linear 0.4 xpos 1.1 ypos 0.41 pause 0.8 repeat show spr_dodgeball as spr_dodgeball5 behind inco: @@ -2122,7 +2122,7 @@ label chapter_1: pause 0.8 block: #function temp_sound_for_dodgeball - linear 0.3 xpos 1.31 ypos 0.33 + linear 0.3 xpos 1.39 ypos 0.35 pause 0.9 linear 0.3 xpos -1.31 ypos -0.33 pause 0.9