We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cdda63 commit 0895d94Copy full SHA for 0895d94
assets/scene/simulation.lua
@@ -154,7 +154,7 @@ function scene.update(dt)
154
s.active=MATH.expApproach(s.active,(s.trigTimer or i==subjectFocused) and 1 or 0,dt*26)
155
s.size=390+120*s.active
156
if s.trigTimer then
157
- if s.trigTimer<.62 and s.trigTimer+dt>.62 then
+ if s.trigTimer<.62 and s.trigTimer+dt>.26 then
158
TASK.new(s.trigger)
159
end
160
s.trigTimer=s.trigTimer+dt
0 commit comments