mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-23 22:40:08 +00:00
inv:: fixed hotkeys
This commit is contained in:
parent
8a18dd3c1c
commit
5227a5a70e
@ -370,7 +370,7 @@ namespace hr { namespace inv {
|
|||||||
}
|
}
|
||||||
|
|
||||||
map<char, eItem> orbmap;
|
map<char, eItem> orbmap;
|
||||||
string orbkeys = "zfwplSetsTaMIYgCcPOWAFydLGRUkouE.,bVNxDjJZnrvhBm123456789";
|
string orbkeys = "zfwplSetsTaMIYgCcPOWAFydLGRUkouE.,bVNxDjJZnrvhBm!23456789@#$%";
|
||||||
|
|
||||||
typedef pair<int, int> pxy;
|
typedef pair<int, int> pxy;
|
||||||
vector<pxy> orbcoord;
|
vector<pxy> orbcoord;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user