1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-06-18 01:15:30 +02:00
parent 2dc5d51b14
commit 5627efe90b
2 changed files with 20 additions and 2 deletions

View file

@ -93,11 +93,11 @@ Config.Effects = {
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.
Status = true, -- If you want to use animations, you can make it true.
Single = Animation.List[1], -- If random false [list/animationlist.lua]
Random = true,
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
}