1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-03 03:07:56 +00:00

click the wind icon to go; clicking the Inventory and Wind icons work in Android

This commit is contained in:
Zeno Rogue
2017-10-17 20:59:27 +02:00
parent 3bee24d3e2
commit f94bb344d5
3 changed files with 24 additions and 2 deletions

View File

@@ -110,7 +110,9 @@ int main(int argc, char **argv) {
int mx = 0; int my = 0; bool _clicked = false;
inv::on = true;
firstland = laMinefield;
activateSafety(laWhirlwind);
items[itGreenStone] = 100;
items[itDiamond] = 50;