Browse Source

Added button click for Say() and Choose() taps

master
chrisgregan 11 years ago
parent
commit
a532e62b45
  1. 2
      Assets/Fungus/Scripts/Page.cs

2
Assets/Fungus/Scripts/Page.cs

@ -299,6 +299,8 @@ namespace Fungus
{
if (deferredAction != null)
{
Game.GetInstance().PlayButtonClick();
Action tempAction = deferredAction;
displayedStoryText = "";

Loading…
Cancel
Save