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