mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-18 22:55:12 +00:00
product:: HUD items displayed correctly
This commit is contained in:
@@ -1509,6 +1509,8 @@ transmatrix screenpos(ld x, ld y) {
|
||||
return V;
|
||||
}
|
||||
|
||||
EX eModel flat_model() { return MDIM == 4 ? mdFlatten : mdDisk; }
|
||||
|
||||
EX transmatrix atscreenpos(ld x, ld y, ld size) {
|
||||
transmatrix V = Id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user