Update animation enum; fix 180 jump roll inputs; fix kayak paddle hold inputs; cleanup

This commit is contained in:
Sezz 2022-04-02 15:50:40 +11:00
parent 682faf6375
commit 395ec6052d
7 changed files with 59 additions and 51 deletions

View file

@ -1,6 +1,6 @@
-- TombEngine settings file
-- Created by MontyTRC
-- Place all the engine settings for your game in this LUA script.
-- Place all the engine settings for your game in this Lua script.
-- WARNING: Bad values could make your game unplayable; please follow reference guide attentively.
local settings = Settings.new();