mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
bomb nearly matching on demo, one regswap left
This commit is contained in:
@@ -3358,7 +3358,7 @@ void daShip_c::setRopePos() {
|
||||
emitter = dComIfGp_particle_setP1(dPa_name::ID_COMMON_0038, ropeSegments, NULL, NULL, 0xFF, &m19AC);
|
||||
|
||||
if(emitter) {
|
||||
emitter->setGlobalParticleScale(JGeometry::TVec3<f32>(1.5f, 1.5f, 1.0f));
|
||||
emitter->setGlobalParticleScale(1.5f, 1.5f);
|
||||
emitter->setEmitterScale(water_drop_scale);
|
||||
emitter->setLifeTime(30);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user