Final?
This commit is contained in:
parent
173702cca1
commit
b5067a935e
@ -23,7 +23,7 @@
|
|||||||
<size min="0.20"
|
<size min="0.20"
|
||||||
max="0.20" />
|
max="0.20" />
|
||||||
|
|
||||||
<color min="255 255 255"
|
<color min="253 253 253"
|
||||||
max="255 255 255" />
|
max="254 254 254" />
|
||||||
|
|
||||||
</particles>
|
</particles>
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
<size min="0.18"
|
<size min="0.18"
|
||||||
max="0.18" />
|
max="0.18" />
|
||||||
|
|
||||||
<color min="255 255 255"
|
<color min="254 254 254"
|
||||||
max="255 255 255" />
|
max="255 255 255" />
|
||||||
|
|
||||||
</particles>
|
</particles>
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
<size min="0.20"
|
<size min="0.20"
|
||||||
max="0.20" />
|
max="0.20" />
|
||||||
|
|
||||||
<color min="255 255 255"
|
<color min="255 0 255"
|
||||||
max="255 255 255" />
|
max="255 100 255" />
|
||||||
|
|
||||||
</particles>
|
</particles>
|
||||||
|
@ -78,7 +78,7 @@ KartGFX::KartGFX(const AbstractKart *kart, bool is_day)
|
|||||||
m_skidding_light_2 =
|
m_skidding_light_2 =
|
||||||
irr_driver->addLight(core::vector3df(0.0f, 0.1f, -0.5f * length -
|
irr_driver->addLight(core::vector3df(0.0f, 0.1f, -0.5f * length -
|
||||||
0.05f), /* force */0.4f, /*radius*/4.0f,
|
0.05f), /* force */0.4f, /*radius*/4.0f,
|
||||||
1.0f, 0.0f, 0.0f, false, node);
|
1.0f, 0.2f, 0.0f, false, node);
|
||||||
m_skidding_light_2->setVisible(false);
|
m_skidding_light_2->setVisible(false);
|
||||||
m_skidding_light_2->setName(("skidding emitter 2 (" + m_kart->getIdent()
|
m_skidding_light_2->setName(("skidding emitter 2 (" + m_kart->getIdent()
|
||||||
+ ")").c_str() );
|
+ ")").c_str() );
|
||||||
|
@ -42,7 +42,7 @@ public:
|
|||||||
/** All particle effects supported by this object.
|
/** All particle effects supported by this object.
|
||||||
* Nitro, zipper, terrain, and skidding effects. Three different
|
* Nitro, zipper, terrain, and skidding effects. Three different
|
||||||
* skid types are supported, but only one emitter node will be
|
* skid types are supported, but only one emitter node will be
|
||||||
* created. So KGFX_SKID1/2 store the two types, and KGFX_SKID
|
* created. So KGFX_SKID1/2/3 store the two types, and KGFX_SKID
|
||||||
* = KGFX_SKID1 stores the actual emitter node. KGFX_COUNT
|
* = KGFX_SKID1 stores the actual emitter node. KGFX_COUNT
|
||||||
* is the number of entries and must therefore be last. */
|
* is the number of entries and must therefore be last. */
|
||||||
enum KartGFXType { KGFX_NITRO1=0,
|
enum KartGFXType { KGFX_NITRO1=0,
|
||||||
|
Loading…
Reference in New Issue
Block a user