add some built in flags as options
This commit is contained in:
@@ -125,5 +125,40 @@ class VehicleFlags {
|
|||||||
texture = "textures\flags_misc\flag_redcross_co.paa";
|
texture = "textures\flags_misc\flag_redcross_co.paa";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
class BuiltIn {
|
||||||
|
actionID = "flag_builtin";
|
||||||
|
actionTitle = "Built-In";
|
||||||
|
class BlueFlag {
|
||||||
|
actionID = "flag_builtin_blue";
|
||||||
|
actionTitle = "Blue Flag";
|
||||||
|
texture = "\A3\Data_F\Flags\flag_blue_CO.paa";
|
||||||
|
};
|
||||||
|
class GreenFlag {
|
||||||
|
actionID = "flag_builtin_green";
|
||||||
|
actionTitle = "Green Flag";
|
||||||
|
texture = "\A3\Data_F\Flags\flag_green_CO.paa";
|
||||||
|
};
|
||||||
|
class RedFlag {
|
||||||
|
actionID = "flag_builtin_red";
|
||||||
|
actionTitle = "Red Flag";
|
||||||
|
texture = "\A3\Data_F\Flags\flag_red_CO.paa";
|
||||||
|
};
|
||||||
|
class WhiteFlag {
|
||||||
|
actionID = "flag_builtin_white";
|
||||||
|
actionTitle = "White Flag";
|
||||||
|
texture = "\A3\Data_F\Flags\flag_white_CO.paa";
|
||||||
|
};
|
||||||
|
class NATOFlag {
|
||||||
|
actionID = "flag_builtin_nato";
|
||||||
|
actionTitle = "NATO Flag";
|
||||||
|
texture = "\A3\Data_F\Flags\flag_NATO_CO.paa";
|
||||||
|
};
|
||||||
|
class UNFlag {
|
||||||
|
actionID = "flag_builtin_un";
|
||||||
|
actionTitle = "UN Flag";
|
||||||
|
texture = "\A3\Data_F\Flags\Flag_uno_CO.paa";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user