mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-03 18:22:49 +00:00
3d:: improved rotation speed
This commit is contained in:
parent
3c7824d51e
commit
f68ff9de73
@ -1689,8 +1689,8 @@ void movePlayer(monster *m, int delta) {
|
|||||||
|
|
||||||
if(DIM == 3) {
|
if(DIM == 3) {
|
||||||
playerstrafe[cpid] = mturn * SCALE * delta / 600;
|
playerstrafe[cpid] = mturn * SCALE * delta / 600;
|
||||||
playerturn[cpid] = mdx * SCALE * delta / 600;
|
playerturn[cpid] = mdx * SCALE * delta / 200;
|
||||||
playerturny[cpid] = mdy * SCALE * delta / 600;
|
playerturny[cpid] = mdy * SCALE * delta / 200;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(playergo[cpid] && markOrb(itOrbDash)) playergo[cpid] *= 1.5;
|
if(playergo[cpid] && markOrb(itOrbDash)) playergo[cpid] *= 1.5;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user