Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bitDecayGames/GMTK2024
Browse files Browse the repository at this point in the history
  • Loading branch information
MondayHopscotch committed Aug 20, 2024
2 parents e143b6c + 9b08885 commit 8de029c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified assets/fmod/Desktop/Master.bank
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
</object>
<object class="EventMixerGroup" id="{fc4785d1-ce8e-46e9-a8b0-7e8a6ee32d93}">
<property name="volume">
<value>-7.5</value>
<value>-3</value>
</property>
<property name="name">
<value>Audio 1</value>
Expand Down
2 changes: 1 addition & 1 deletion source/entities/Tink.hx
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class Tink extends Unibody {
rt.markReady();
}
}
triggerDialog(new CharacterDialog(TINK, "Bosco is somewhere near. I'd recognize his vile odor anywhere. Be careful. A pistol may not be enough to defeat him!", cb), cb);
triggerDialog(new CharacterDialog(TINK, "Bosco is somewhere near. I'd recognize his vile odor anywhere. Be careful. A pistol may not be enough to defeat him! Bring more scrap for a bigger gun. Now where to find more scrap....", cb), cb);
case 1:
if (TrashCan.beenKilled) {
dialogIndex++;
Expand Down

0 comments on commit 8de029c

Please sign in to comment.