summary refs log tree commit diff stats
path: root/res/scripts/script0001.lua
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-02-10 20:09:42 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-02-10 20:09:42 -0500
commitc25ab2537cb201dc46b7c1d375dd1c12411fe85c (patch)
tree1b96b9054585390abbc99277572a77a3248f2cde /res/scripts/script0001.lua
parent05ee221cd31a782b699cc6d62e0d275364cfd7cc (diff)
downloadtanetane-c25ab2537cb201dc46b7c1d375dd1c12411fe85c.tar.gz
tanetane-c25ab2537cb201dc46b7c1d375dd1c12411fe85c.tar.bz2
tanetane-c25ab2537cb201dc46b7c1d375dd1c12411fe85c.zip
Player movement/input is halted during cutscenes
Diffstat (limited to 'res/scripts/script0001.lua')
-rw-r--r--res/scripts/script0001.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/scripts/script0001.lua b/res/scripts/script0001.lua index fcf7029..e5078f2 100644 --- a/res/scripts/script0001.lua +++ b/res/scripts/script0001.lua
@@ -1,4 +1,5 @@
1function script0001() 1function script0001()
2 StartCutscene()
2 SetAnimation("boney", "barking") 3 SetAnimation("boney", "barking")
3 local barkingNoise = LoopSound("barking_at_hallucination.wav") 4 local barkingNoise = LoopSound("barking_at_hallucination.wav")
4 5