Further Attention Docs (#1732)

* more attention docs

* more docs

* cleanup

* more cleanup

* spacing

* more attention docs

* small cleanup

* consistency
This commit is contained in:
engineer124
2024-10-24 11:44:44 +11:00
committed by GitHub
parent 5a958cad4d
commit d60a032b11
103 changed files with 482 additions and 414 deletions
+2 -2
View File
@@ -46,7 +46,7 @@ static ColliderCylinderInitType1 D_80952BA0 = {
static InitChainEntry D_80952BCC[] = {
ICHAIN_U8(attentionRangeType, 2, ICHAIN_CONTINUE),
ICHAIN_F32(targetArrowOffset, 500, ICHAIN_STOP),
ICHAIN_F32(lockOnArrowOffset, 500, ICHAIN_STOP),
};
@@ -125,7 +125,7 @@ void EnMs_Update(Actor* thisx, PlayState* play) {
EnMs* this = THIS;
Actor_SetFocus(&this->actor, 20.0f);
this->actor.targetArrowOffset = 500.0f;
this->actor.lockOnArrowOffset = 500.0f;
Actor_SetScale(&this->actor, 0.015f);
SkelAnime_Update(&this->skelAnime);
this->actionFunc(this, play);