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