Skip to content

Commit

Permalink
Merge pull request #5 from jvcimafranca/main
Browse files Browse the repository at this point in the history
Minor name fix
  • Loading branch information
WhiteLicorice authored May 1, 2024
2 parents ee2a5c2 + 06caf96 commit d6b81c0
Show file tree
Hide file tree
Showing 15 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions errors.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
errors listed below, and try again.


File "game/script.rpy", line 373: is not terminated with a newline. (Check strings and parenthesis.)
(Perhaps you left out a ' at the end of the first line.)
Let's move on to the story of a very interesting man and how he determined that the universe is expanding.
File "game/script.rpy", line 573: expected statement.
St
^

Ren'Py Version: Ren'Py 8.2.1.24030407
Tue Apr 30 08:57:11 2024
Wed May 1 19:09:13 2024
Binary file modified game/cache/bytecode-39.rpyb
Binary file not shown.
Binary file modified game/cache/screens.rpyb
Binary file not shown.
10 changes: 5 additions & 5 deletions game/cache/shaders.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
renpy.texture
renpy.alpha renpy.texture
renpy.alpha renpy.geometry renpy.texture
renpy.dissolve renpy.dissolve
renpy.ftl
renpy.texture
renpy.solid
renpy.geometry renpy.solid
renpy.alpha renpy.texture
renpy.geometry renpy.texture
renpy.dissolve renpy.dissolve
renpy.alpha renpy.geometry renpy.texture
renpy.geometry renpy.solid
renpy.dissolve renpy.geometry
Expand Down
Binary file modified game/saves/auto-1-LT1.save
Binary file not shown.
Binary file modified game/saves/auto-10-LT1.save
Binary file not shown.
Binary file added game/saves/auto-3-LT1.save
Binary file not shown.
Binary file added game/saves/auto-5-LT1.save
Binary file not shown.
Binary file added game/saves/auto-6-LT1.save
Binary file not shown.
Binary file added game/saves/auto-7-LT1.save
Binary file not shown.
Binary file added game/saves/auto-9-LT1.save
Binary file not shown.
2 changes: 1 addition & 1 deletion game/saves/navigation.json

Large diffs are not rendered by default.

Binary file modified game/saves/persistent
Binary file not shown.
6 changes: 3 additions & 3 deletions game/script.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ init:
label start:
stop sound

play music "<from 35 to 353>audio/bg-music.mp3" loop fadein 1.0 volume 0.3
play music "<from 35 to 84>audio/bg-music.mp3" loop fadein 1.0 volume 0.3
# queue " "
# play sound "" # soundfx

Expand Down Expand Up @@ -364,7 +364,7 @@ label quiz1_q5:

scene 3 with dissolve
play sound "audio/narrator_VO/Narrator9.mp3"
S "Counting the scores... Not too shabby."
St "Counting the scores... Not too shabby."
stop sound

label topic_2:
Expand Down Expand Up @@ -570,7 +570,7 @@ label topic_3:
stop sound

play sound "audio/narrator_VO/Narrator16.mp3"
S "So it didn't explode like a bomb."
St "So it didn't explode like a bomb."
stop sound

play sound "audio/Sensei_VO/sensei_25.mp3"
Expand Down
Binary file modified game/script.rpyc
Binary file not shown.

0 comments on commit d6b81c0

Please sign in to comment.