mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-19 05:36:02 +00:00
Update Utils.lua
Big smoke and fire
This commit is contained in:
@@ -32,14 +32,14 @@ FLARECOLOR = trigger.flareColor -- #FLARECOLOR
|
|||||||
--- Big smoke preset enum.
|
--- Big smoke preset enum.
|
||||||
-- @type BIGSMOKEPRESET
|
-- @type BIGSMOKEPRESET
|
||||||
BIGSMOKEPRESET = {
|
BIGSMOKEPRESET = {
|
||||||
SmallSmokeAndFire=0,
|
SmallSmokeAndFire=1,
|
||||||
MediumSmokeAndFire=1,
|
MediumSmokeAndFire=2,
|
||||||
LargeSmokeAndFire=2,
|
LargeSmokeAndFire=3,
|
||||||
HugeSmokeAndFire=3,
|
HugeSmokeAndFire=4,
|
||||||
SmallSmoke=4,
|
SmallSmoke=5,
|
||||||
MediumSmoke=5,
|
MediumSmoke=6,
|
||||||
LargeSmoke=6,
|
LargeSmoke=7,
|
||||||
HugeSmoke=7,
|
HugeSmoke=8,
|
||||||
}
|
}
|
||||||
|
|
||||||
--- DCS map as returned by env.mission.theatre.
|
--- DCS map as returned by env.mission.theatre.
|
||||||
|
|||||||
Reference in New Issue
Block a user