Skip to content

Commit

Permalink
Fixed Tab issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AdlerSalbei committed Jul 27, 2021
1 parent f89a522 commit 1370a4f
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions addons/assets/data/model.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ class CfgModels {
skeletonName = "trench";

class Animations
{
{
class rise {
type = "translationY";
selection = "rise";
axis = "rise_axis";
minValue = "-1.2";
maxValue = "0";
offset0 = "0";
offset1 = "1";
selection = "rise";
axis = "rise_axis";
minValue = "-1.2";
maxValue = "0";
offset0 = "0";
offset1 = "1";
};
};
};
Expand All @@ -43,15 +43,15 @@ class CfgModels {
skeletonName = "trench";

class Animations
{
{
class rise {
type = "translationY";
selection = "rise";
axis = "rise_axis";
minValue = "-0.585";
maxValue = "0";
offset0 = "0";
offset1 = "1";
selection = "rise";
axis = "rise_axis";
minValue = "-0.585";
maxValue = "0";
offset0 = "0";
offset1 = "1";
};
};
};
Expand All @@ -61,15 +61,15 @@ class CfgModels {
skeletonName = "trench";

class Animations
{
{
class rise {
type = "translationY";
selection = "rise";
axis = "rise_axis";
minValue = "-1.53";
maxValue = "0";
offset0 = "0";
offset1 = "1";
selection = "rise";
axis = "rise_axis";
minValue = "-1.53";
maxValue = "0";
offset0 = "0";
offset1 = "1";
};
};
};
Expand All @@ -79,15 +79,15 @@ class CfgModels {
skeletonName = "trench";

class Animations
{
{
class rise {
type = "translationY";
selection = "rise";
axis = "rise_axis";
minValue = "-1.82";
maxValue = "0";
offset0 = "0";
offset1 = "1";
selection = "rise";
axis = "rise_axis";
minValue = "-1.82";
maxValue = "0";
offset0 = "0";
offset1 = "1";
};
};
};
Expand All @@ -97,15 +97,15 @@ class CfgModels {
skeletonName = "trench";

class Animations
{
{
class rise {
type = "translationY";
selection = "rise";
axis = "rise_axis";
minValue = "-2";
maxValue = "0";
offset0 = "0";
offset1 = "1";
selection = "rise";
axis = "rise_axis";
minValue = "-2";
maxValue = "0";
offset0 = "0";
offset1 = "1";
};
};
};
Expand All @@ -115,15 +115,15 @@ class CfgModels {
skeletonName = "trench";

class Animations
{
{
class rise {
type = "translationY";
selection = "rise";
axis = "rise_axis";
minValue = "-1.72";
maxValue = "0";
offset0 = "0";
offset1 = "1";
selection = "rise";
axis = "rise_axis";
minValue = "-1.72";
maxValue = "0";
offset0 = "0";
offset1 = "1";
};
};
};
Expand Down

0 comments on commit 1370a4f

Please sign in to comment.