Skip to content

Commit 29b277d

Browse files
committed
Update w0_d2.rpy
fixed girls positionings and overlaping
1 parent 00aec4d commit 29b277d

File tree

1 file changed

+11
-13
lines changed
  • BytesOfLove/game/scripts/orientation

1 file changed

+11
-13
lines changed

BytesOfLove/game/scripts/orientation/w0_d2.rpy

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -650,14 +650,13 @@ label w0_d2_AfterLunch:
650650

651651
window show
652652
pause 2.0
653-
show python_pocket_happy at right
654653
p "\"Well I think I have some idea about this one.\""
655654
p "\"The first thing I see is that this might be an infinite loop.\""
656655
p "\"Because we iterate x times, but x keeps increasing.\""
657656
p "\"But, maybe that loop range only references x one time.\""
658657
p "\"What do you think C++?\""
659658
p "\"You seem to know everything...\""
660-
show cpp_talk at left
659+
661660
c "\"Uhm, well actually I am not too sure.\""
662661
c "\"I was thinking it would be infinite as well.\""
663662
c "\"But I am really not sure.\""
@@ -682,9 +681,7 @@ label w0_d2_AfterLunch:
682681
c "\"You guys didn't know the answer either.\""
683682
hide cpp_talk
684683

685-
show cpp_normal at left
686-
hide python_pocket
687-
show python_pocket_happy at right
684+
688685
p "\"Alright, well, do we have any ideas?\""
689686
p "\"JavaScript? What are you thinking?\""
690687

@@ -694,8 +691,7 @@ label w0_d2_AfterLunch:
694691
js "\"But then afterwards, that value won’t change.\""
695692
js "\"At the same time I am just guessing.\""
696693
js "\"You make a decision, [mc].\""
697-
hide python_pocket_happy
698-
hide cpp_talk
694+
699695
pause 2.0
700696
menu w0_d2_mcdecision:
701697
"ERROR":
@@ -785,7 +781,7 @@ label w0_d2_AfterLunch:
785781
hide question_2 with dissolve
786782
#techScore += 1
787783
hide js_normal
788-
show js_smirk # read line 660
784+
show js_smirk at left # read line 660
789785
mc "\"I agree with JavaScript, this won’t be an error.\""
790786
mc "\"So first it will increment x.\""
791787
mc "\"Then it will print out 5, then 6, then 7, then 8.\""
@@ -797,15 +793,17 @@ label w0_d2_AfterLunch:
797793
c "\"Whatever happens, happens, it’s just a game.\""
798794

799795
hide js_smirk
800-
show js_normal
801-
hide cpp_normal
802-
show cpp_talk at left
796+
show js_normal at left
797+
hide cpp_talk
798+
803799
c "\"I disagree, but I’m not confident enough to say that I am right.\""
804800
c "\"I say let’s trust your intuition, [mc].\""
805801
c "\"Whatever happens, happens, it’s just a game.\""
806802
hide cpp_talk
807-
hide js_normal
808-
hide python_pocket
803+
hide js_normal
804+
hide python_pocket
805+
hide python_normal
806+
hide cpp_handhip_normal
809807
show bsl_talk
810808
bsl "\"Alright, time’s up!\""
811809
bsl "\"Everyone, write your answers down and hold them up.\""

0 commit comments

Comments
 (0)