forked from Simnation/Main
Merge branch 'master' of https://git.evolution-state-life.de/Evolution-State-Life/Main
This commit is contained in:
commit
e355c0060f
1 changed files with 3 additions and 3 deletions
|
@ -95,11 +95,11 @@ 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 = false, -- 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 = false,
|
||||||
Scenario = {
|
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]
|
Single = Animation.ScenarioList[2], -- If random false [list/animationlist.lua]
|
||||||
Random = true
|
Random = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue