forked from Simnation/Main
fixes
This commit is contained in:
parent
2dc5d51b14
commit
5627efe90b
2 changed files with 20 additions and 2 deletions
|
@ -93,11 +93,11 @@ Config.Effects = {
|
|||
|
||||
Config.Animation = {
|
||||
-- If you have a custom animation menu, customize the export in animationlist.lua or use scenario
|
||||
Status = false, -- If you want to use animations, you can make it true.
|
||||
Status = true, -- If you want to use animations, you can make it true.
|
||||
Single = Animation.List[1], -- If random false [list/animationlist.lua]
|
||||
Random = true,
|
||||
Scenario = {
|
||||
Status = true, -- If you want to use scenario, you can make it true.
|
||||
Status = false, -- If you want to use scenario, you can make it true.
|
||||
Single = Animation.ScenarioList[2], -- If random false [list/animationlist.lua]
|
||||
Random = true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue