mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-14 10:05:52 +00:00
Merge pull request #135 from lioncash/dash-elements
CPlayer: Add missing element to skDashStrafeDistances
This commit is contained in:
commit
968c3394c6
@ -57,7 +57,7 @@ constexpr std::array<float, 8> skStrafeDistances{
|
|||||||
};
|
};
|
||||||
|
|
||||||
constexpr std::array<float, 8> skDashStrafeDistances{
|
constexpr std::array<float, 8> skDashStrafeDistances{
|
||||||
30.0f, 22.6f, 10.0f, 10.0f, 10.0f, 10.0f, 10.0f,
|
11.8f, 30.0f, 22.6f, 10.0f, 10.0f, 10.0f, 10.0f, 10.0f,
|
||||||
};
|
};
|
||||||
|
|
||||||
constexpr std::array<float, 8> skOrbitForwardDistances{
|
constexpr std::array<float, 8> skOrbitForwardDistances{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user