Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: local.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Aug 10, 2024
1 parent 5eac9d1 commit 823d24e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 99 deletions.
99 changes: 1 addition & 98 deletions Resources/TerritoryConfigs/1232.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,104 +2,7 @@
"_jobConfigs": {
"MNK": {
"Timeline": {
"15.6": [
{
"DrawingAction": {
"DrawingGetters": [
{
"Path": "nd/customCircle",
"Position": {
"X": 0.0,
"Y": 0.0,
"Z": 0.0
},
"Rotation": 0.0,
"Size1": 1.0,
"Size2": 1.0,
"Color": {
"X": 1.0,
"Y": 0.0,
"Z": 0.0,
"W": 1.0
},
"ManualTarget": true,
"Object": {
"Conditions": [
{
"JobRole": 2
}
],
"Type": 0
},
"Target": {
"Conditions": [],
"Type": 0
},
"ObjectText": {
"Text": "",
"PositionOffset": {
"X": 0.0,
"Y": 0.0,
"Z": 0.0
},
"Padding": {
"X": 5.0,
"Y": 5.0
},
"Corner": 5.0,
"Scale": 1.0,
"BackgroundColor": {
"X": 0.0,
"Y": 0.0,
"Z": 0.0,
"W": 0.5
},
"Color": {
"X": 1.0,
"Y": 1.0,
"Z": 1.0,
"W": 1.0
}
},
"TargetText": {
"Text": "",
"PositionOffset": {
"X": 0.0,
"Y": 0.0,
"Z": 0.0
},
"Padding": {
"X": 5.0,
"Y": 5.0
},
"Corner": 5.0,
"Scale": 1.0,
"BackgroundColor": {
"X": 0.0,
"Y": 0.0,
"Z": 0.0,
"W": 0.5
},
"Color": {
"X": 1.0,
"Y": 1.0,
"Z": 1.0,
"W": 1.0
}
},
"Enable": true,
"Name": "Unnamed"
}
]
},
"Time": 6.0,
"Duration": 6.0,
"Condition": {
"Conditions": [],
"Type": 0
}
}
],
"15.6": [],
"30.9": [],
"38.2": [],
"41.3": [],
Expand Down
4 changes: 3 additions & 1 deletion RotationSolver/Localization/Localization.json
Original file line number Diff line number Diff line change
Expand Up @@ -628,5 +628,7 @@
"RotationSolver.Basic.Configuration.PositionName.Y": "Y",
"RotationSolver.Basic.Configuration.PositionName.Z": "Z",
"RotationSolver.Basic.Configuration.PositionName.Pos": "Pos",
"RotationSolver.Basic.Configuration.PositionName.Draw": "Draw"
"RotationSolver.Basic.Configuration.PositionName.Draw": "Draw",
"RotationSolver.Basic.Configuration.Position": "Position",
"RotationSolver.Basic.Configuration.Drawing.ObjectLockOnGetterName.LockOnPath": "Path"
}

0 comments on commit 823d24e

Please sign in to comment.