mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-25 07:35:34 -07:00
Slightly smaller Link
This commit is contained in:
parent
ae910355c6
commit
c18603d1c9
1 changed files with 12 additions and 0 deletions
|
@ -11028,6 +11028,18 @@ void Player_Update(Actor* thisx, PlayState* play) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (this->actor.scale.x = 0.01f) {
|
||||||
|
this->actor.scale.x = 0.009f;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (this->actor.scale.y = 0.01f) {
|
||||||
|
this->actor.scale.y = 0.009f;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (this->actor.scale.z = 0.01f) {
|
||||||
|
this->actor.scale.z = 0.009f;
|
||||||
|
}
|
||||||
|
|
||||||
switch (GameInteractor_GravityLevel()) {
|
switch (GameInteractor_GravityLevel()) {
|
||||||
case GI_GRAVITY_LEVEL_HEAVY:
|
case GI_GRAVITY_LEVEL_HEAVY:
|
||||||
this->actor.gravity = -4.0f;
|
this->actor.gravity = -4.0f;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue