Skip to content

Commit 0895d94

Browse files
committed
Shorter simulation delay (from .62 to .26 :lenny:)
1 parent 0cdda63 commit 0895d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/scene/simulation.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function scene.update(dt)
154154
s.active=MATH.expApproach(s.active,(s.trigTimer or i==subjectFocused) and 1 or 0,dt*26)
155155
s.size=390+120*s.active
156156
if s.trigTimer then
157-
if s.trigTimer<.62 and s.trigTimer+dt>.62 then
157+
if s.trigTimer<.62 and s.trigTimer+dt>.26 then
158158
TASK.new(s.trigger)
159159
end
160160
s.trigTimer=s.trigTimer+dt

0 commit comments

Comments
 (0)