mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-25 07:35:34 -07:00
Change wide link into sideways link while climbing
This commit is contained in:
parent
b5b0990e83
commit
f2a975872e
1 changed files with 5 additions and 5 deletions
|
@ -11031,11 +11031,11 @@ void Player_Update(Actor* thisx, PlayState* play) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this->stateFlags1 & PLAYER_STATE1_21) {
|
if (this->stateFlags1 & PLAYER_STATE1_21) {
|
||||||
this->actor.scale.x = 0.02f;
|
this->actor.shape.rot.x = 31000;
|
||||||
this->actor.scale.y = 0.009f;
|
this->actor.shape.rot.z = 16000;
|
||||||
this->actor.scale.z = 0.009f;
|
} else if (this->actor.shape.rot.x == 31000 || this->actor.shape.rot.z == 16000) {
|
||||||
} else if (this->actor.scale.x == 0.02f) {
|
this->actor.shape.rot.x = 0;
|
||||||
GameInteractor_SetLinkSize(GI_LINK_SIZE_RESET);
|
this->actor.shape.rot.z = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this->actor.scale.x == 0.01f) {
|
if (this->actor.scale.x == 0.01f) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue