Skip to content

Commit

Permalink
Android
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Oct 30, 2020
1 parent d3821f6 commit 4575f7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion game/first_day.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ label prologue:
image car prologue = "/intro/A01-car.webp"

play ambience "audio/ambience-suburb.ogg"
play sound "audio/sfx-engine_ignition.ogg"
if renpy.variant("pc"):
play sound "audio/sfx-engine_ignition.ogg"
show background prologue A01
show text animated title
if renpy.variant("pc"):
Expand Down

0 comments on commit 4575f7d

Please sign in to comment.