forked from Simnation/Main
Änderung // Mchar / Animation
This commit is contained in:
parent
a0e4bd5bd9
commit
e32aa21614
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
|
||||
Status = false, -- If you want to use animations, you can make it true.
|
||||
Single = Animation.List[1], -- If random false [list/animationlist.lua]
|
||||
Random = true,
|
||||
Random = false,
|
||||
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
|
||||
Random = false
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue