1
0
Fork 0
forked from Simnation/Main

Änderung // Mchar / Animation

This commit is contained in:
Max 2025-06-28 16:23:03 +02:00
parent a0e4bd5bd9
commit e32aa21614

View file

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