mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-09 12:37:18 -04:00
d_menu_fishing mostly done (#375)
* d_menu_fishing mostly done * format the cpp
This commit is contained in:
@@ -375,13 +375,13 @@ dMeter_drawFishingHIO_c::dMeter_drawFishingHIO_c() {
|
||||
mFishInfoPosX[i] = fishnPosX[i];
|
||||
mFishInfoPosY[i] = fishnPosY[i];
|
||||
}
|
||||
mMaxSizeScale = 0.83f;
|
||||
mMaxSizePosX = 5.0f;
|
||||
mMaxSizePosY = -22.2f;
|
||||
mScale[0] = 0.83f;
|
||||
mPosX[0] = 5.0f;
|
||||
mPosY[0] = -22.2f;
|
||||
|
||||
mCaughtNumScale = 0.83f;
|
||||
mCaughtNumPosX = -189.5f;
|
||||
mCaughtNumPosY = -3.95f;
|
||||
mScale[1] = 0.83f;
|
||||
mPosX[1] = -189.5f;
|
||||
mPosY[1] = -3.95f;
|
||||
mCaughtNumPosX_4x3 = -188.0f;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user