diff options
author | Steph Enders <smenders@gmail.com> | 2022-12-15 22:40:32 -0500 |
---|---|---|
committer | Steph Enders <smenders@gmail.com> | 2022-12-15 22:40:52 -0500 |
commit | dd7b7716e1dc1c7e6f13933a89cbbd1116580e2e (patch) | |
tree | c939fc805d1c588a12278d92ed0a41f484fbd204 /dnglib | |
parent | 9d6c7be3db59404220258264d804671163a0e0e5 (diff) |
Make some levels a bit more playable
Diffstat (limited to 'dnglib')
-rw-r--r-- | dnglib/constants.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dnglib/constants.lua b/dnglib/constants.lua index df0c37a..098f308 100644 --- a/dnglib/constants.lua +++ b/dnglib/constants.lua @@ -87,4 +87,4 @@ SCENE_LEVEL = 1 SCENE_WIN = 2 SCENE_LOSS = 3 -MOV_TIME = 0.5
\ No newline at end of file +MOV_TIME = 0.45 |