From ab7e0636d23591c22524ce622c3e19d4dffb90d8 Mon Sep 17 00:00:00 2001 From: Veronika Matos Date: Fri, 21 Feb 2025 20:35:16 -0500 Subject: [PATCH 1/2] updated character animation for 3rd day with python in parking lot --- .../game/scripts/orientation/w0_d3.rpy | 26 +++++++++++++++---- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/BytesOfLove/game/scripts/orientation/w0_d3.rpy b/BytesOfLove/game/scripts/orientation/w0_d3.rpy index 016116e..f24fadc 100644 --- a/BytesOfLove/game/scripts/orientation/w0_d3.rpy +++ b/BytesOfLove/game/scripts/orientation/w0_d3.rpy @@ -167,33 +167,49 @@ label w0_d3_Registration: mc"\"Wow, what a good day!\"" mc"\"I made it to orientation on time and picked some good classes.\"" mc"\"I am so excited to start college!\"" + show python_pocket # moved this up to show python instead of later to fit next lines mc"\"Oh, look. There’s Python\"" menu w0d3_talktopython: "Talk to Python": mc"\"Hey, Python!\"" - show python_pocket at center with dissolve - - + + + show python_pocket_happy with ease p"\"Oh, hey [mc]!\"" p"\"How are you doing, did you get the classes you wanted?\"" + hide python_pocket_happy + show python_pocket mc"\"Yeah, I did!\"" mc"\"I obviously am taking Introduction to Programming 1,\"" mc"\"And then I’m also taking Calculus 1.\"" - hide python_pocket - show python_pocket_happy at center + #hide python_pocket + #show python_pocket_happy at center + show python_pocket_happy p"\"Oh, cool.\"" p"\"I am taking those too.\"" + hide python_pocket_happy + show python_pocket mc"\"What time is your Calculus 1 class?\"" mc"\"Maybe we’ll have it together...\"" + hide python_pocket + show python_pocket_happy + # show python_pocket ///should i have her make a neutral face here p"\"Hmm, let me check...\"" + hide python_pocket_happy + show python_pocket + hide python_pocket + show python_pocket_happy p"\"Okay, it looks like mine is at 10:40 in Carlington Amphitheater.\"" p"\"What about you?\"" + hide python_pocket_happy + show python_pocket mc"\"No way, mine is too!\"" mc"\"That’s good, at least I’ll know somebody.\"" + hide python_pocket p "{i}Smiles warmly{i}" p"\"Yeah I’m excited.\"" p"\"Anyway I gotta run, I’ll see you in Fall!\"" From d2571b58ca211bd356dc4e515439dea1b5edd4cf Mon Sep 17 00:00:00 2001 From: Veronika Date: Sat, 22 Feb 2025 11:47:48 -0500 Subject: [PATCH 2/2] Update w0_d3.rpy Added the last line of conversation before python leaves the scene --- BytesOfLove/game/scripts/orientation/w0_d3.rpy | 1 + 1 file changed, 1 insertion(+) diff --git a/BytesOfLove/game/scripts/orientation/w0_d3.rpy b/BytesOfLove/game/scripts/orientation/w0_d3.rpy index f24fadc..30f0f1c 100644 --- a/BytesOfLove/game/scripts/orientation/w0_d3.rpy +++ b/BytesOfLove/game/scripts/orientation/w0_d3.rpy @@ -210,6 +210,7 @@ label w0_d3_Registration: mc"\"No way, mine is too!\"" mc"\"That’s good, at least I’ll know somebody.\"" hide python_pocket + show python_pocket_happy p "{i}Smiles warmly{i}" p"\"Yeah I’m excited.\"" p"\"Anyway I gotta run, I’ll see you in Fall!\""