mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Update tractor reflectors
This commit is contained in:
@@ -6,13 +6,22 @@ class Tractor_DZE: Tractor {
|
|||||||
typicalCargo[] = {};
|
typicalCargo[] = {};
|
||||||
class TransportMagazines {};
|
class TransportMagazines {};
|
||||||
class TransportWeapons {};
|
class TransportWeapons {};
|
||||||
|
|
||||||
class Reflectors
|
class Reflectors
|
||||||
{
|
{
|
||||||
class Left
|
class Left
|
||||||
{
|
{
|
||||||
|
color[] = {0.9,0.8,0.8,1.0};
|
||||||
|
ambient[] = {0.1,0.1,0.1,1.0};
|
||||||
|
position = "L svetlo";
|
||||||
|
direction = "konec L svetla";
|
||||||
|
hitpoint = "L svetlo";
|
||||||
|
selection = "L svetlo";
|
||||||
|
size = 1;
|
||||||
|
brightness = 0.5;
|
||||||
angle = 120;
|
angle = 120;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
class tractorOld;
|
class tractorOld;
|
||||||
@@ -27,6 +36,14 @@ class TractorOld_DZE: tractorOld {
|
|||||||
{
|
{
|
||||||
class Left
|
class Left
|
||||||
{
|
{
|
||||||
|
color[] = {0.9,0.8,0.8,1.0};
|
||||||
|
ambient[] = {0.1,0.1,0.1,1.0};
|
||||||
|
position = "L svetlo";
|
||||||
|
direction = "konec L svetla";
|
||||||
|
hitpoint = "L svetlo";
|
||||||
|
selection = "L svetlo";
|
||||||
|
size = 1;
|
||||||
|
brightness = 0.5;
|
||||||
angle = 120;
|
angle = 120;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user