diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-26 18:54:38 -0500 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-26 18:54:38 -0500 |
| commit | c1fc60c5a2a4b96b830afc29942648714944b9d7 (patch) | |
| tree | 8460df9e93491b8ba138f7f1cba41572b65fc537 /res/scripts/underwater_start.lua | |
| parent | af49b5366d35173702a2b3bd70ac4254b8855538 (diff) | |
| download | tanetane-c1fc60c5a2a4b96b830afc29942648714944b9d7.tar.gz tanetane-c1fc60c5a2a4b96b830afc29942648714944b9d7.tar.bz2 tanetane-c1fc60c5a2a4b96b830afc29942648714944b9d7.zip | |
Added sprite bobbing (for Lucas underwater)
Diffstat (limited to 'res/scripts/underwater_start.lua')
| -rw-r--r-- | res/scripts/underwater_start.lua | 1 |
1 files changed, 1 insertions, 0 deletions
| diff --git a/res/scripts/underwater_start.lua b/res/scripts/underwater_start.lua index 98a6e67..c14f4b8 100644 --- a/res/scripts/underwater_start.lua +++ b/res/scripts/underwater_start.lua | |||
| @@ -2,6 +2,7 @@ underwater_start = {} | |||
| 2 | 2 | ||
| 3 | function underwater_start.init() | 3 | function underwater_start.init() |
| 4 | PreventCrouching() | 4 | PreventCrouching() |
| 5 | StartBobbing("lucas") | ||
| 5 | end | 6 | end |
| 6 | 7 | ||
| 7 | function underwater_start.talk_to_fish1() | 8 | function underwater_start.talk_to_fish1() |
