1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-06-29 04:36:52 +02:00
commit e355c0060f

View file

@ -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
}
}