This website works better with JavaScript.
Explore
Help
Register
Sign In
KenSchae
/
fungus
Watch
1
Star
0
Fork
You've already forked fungus
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Click to continue now skips punctuation pauses
master
chrisgregan
10 years ago
parent
7693241f48
commit
7beb40667c
1 changed files
with
5 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
5
Assets/Fungus/Dialog/Scripts/Dialog.cs
5
Assets/Fungus/Dialog/Scripts/Dialog.cs
Unescape
Escape
View File
@ -238,6 +238,11 @@ namespace Fungus
{
doPause
=
false
;
}
if
(
currentSpeed
>
1
0
0
0
)
{
doPause
=
false
;
}
}
if
(
doPause
)
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
KenSchae/fungus
Title
Body
Create Issue