We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3821f6 commit 4575f7dCopy full SHA for 4575f7d
1 file changed
game/first_day.rpy
@@ -110,7 +110,8 @@ label prologue:
110
image car prologue = "/intro/A01-car.webp"
111
112
play ambience "audio/ambience-suburb.ogg"
113
- play sound "audio/sfx-engine_ignition.ogg"
+ if renpy.variant("pc"):
114
+ play sound "audio/sfx-engine_ignition.ogg"
115
show background prologue A01
116
show text animated title
117
if renpy.variant("pc"):
0 commit comments