summary refs log tree commit diff stats
path: root/res/scripts/underwater.lua
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-02-26 19:08:49 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-02-26 19:08:49 -0500
commitc304defdd7b0c5a8bea83f2540c009ededd450cb (patch)
treef959d12fe879c7d1d20eeb8689ee62a0aa073990 /res/scripts/underwater.lua
parentc1fc60c5a2a4b96b830afc29942648714944b9d7 (diff)
downloadtanetane-c304defdd7b0c5a8bea83f2540c009ededd450cb.tar.gz
tanetane-c304defdd7b0c5a8bea83f2540c009ededd450cb.tar.bz2
tanetane-c304defdd7b0c5a8bea83f2540c009ededd450cb.zip
Added animation slowdown effect (for Lucas underwater)
Diffstat (limited to 'res/scripts/underwater.lua')
-rw-r--r--res/scripts/underwater.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/scripts/underwater.lua b/res/scripts/underwater.lua index 3500079..8e1ae1a 100644 --- a/res/scripts/underwater.lua +++ b/res/scripts/underwater.lua
@@ -3,6 +3,7 @@ underwater = {}
3function underwater.leave() 3function underwater.leave()
4 AllowCrouching() 4 AllowCrouching()
5 StopBobbing("lucas") 5 StopBobbing("lucas")
6 SetAnimationSlowdown("lucas", 1)
6end 7end
7 8
8function underwater.fish2() 9function underwater.fish2()