dKyr_thunder_move

This commit is contained in:
Jasper St. Pierre
2023-10-25 20:15:43 -07:00
parent d7359dd777
commit eabcab65a6
5 changed files with 97 additions and 8 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ s32 dThunder_c::create() {
mBtkTime = cM_rndF(1.0f);
f32 size = g_env_light.mThunderEff.mStateTimer < 10 ? 1.0f : 0.5f;
f32 size = g_env_light.mThunderEff.mState < 10 ? 1.0f : 0.5f;
mRot = 4000.0f;
mRot = size * cM_rndFX(mRot);
mScale.x = size * (cM_rndF(15.0f) + 5.0f);