Added resolution LODs

This commit is contained in:
Tklama
2024-04-25 13:11:00 +02:00
parent 88567d4e48
commit c973dc2430
2 changed files with 1 additions and 13 deletions

Binary file not shown.

View File

@@ -155,7 +155,7 @@ class Animations
};
class MainGunT: MainGun {
source = "mainGunT_source"
source = "mainGunT_source";
};
class recoil_rest
@@ -197,18 +197,6 @@ class Animations
animPeriod = 10;
};
class close_breech
{
type="translation";
source="close_breech_source";
selection="breech";
axis="axis_breech";
minValue=0.0;
maxValue=20;
offset0 = "0.0";
offset1 = "-2";
animPeriod = 10;
};
class handle_breech
{