mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 15:00:26 +00:00
nisot:: face_the_player implemented
This commit is contained in:
parent
dabd7889e8
commit
a1faa299df
@ -804,7 +804,7 @@ color_t kind_outline(eItem it) {
|
|||||||
|
|
||||||
EX transmatrix face_the_player(const transmatrix V) {
|
EX transmatrix face_the_player(const transmatrix V) {
|
||||||
if(DIM == 2) return V;
|
if(DIM == 2) return V;
|
||||||
if(nonisotropic) return V * cspin(0, 2, ptick(618, 0));
|
if(nonisotropic) return spin_towards(V, C0, 2, 0);
|
||||||
return rgpushxto0(tC0(V));
|
return rgpushxto0(tC0(V));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user