Give visual feedback that loam is used (#1889).

install-platforms
Clonkonaut 2017-10-26 00:44:25 +02:00
parent 646585a4c9
commit df861d2654
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ func FxIntBridgeStart(object clonk, effect fx, int temp, int x, int y)
R = 200, G = 150, B = 50,
Size = PV_KeyFrames(0, 0, 1, 100, 3, 1000, 2),
};
// Let the player know the clonk is about to do stuff
clonk->PlayAnimation("Dig", CLONK_ANIM_SLOT_Movement, Anim_Linear(0,0, clonk->GetAnimationLength("Dig"), 35, ANIM_Loop), Anim_Const(1000));
return FX_OK;
}