1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 09:27:40 +00:00

you can now hold in map editor to paint multiple cells

This commit is contained in:
Zeno Rogue
2017-11-06 23:22:13 +01:00
parent 483e335db8
commit 44ea56baf2
3 changed files with 13 additions and 3 deletions

View File

@@ -2109,3 +2109,4 @@ template<class T> void generateLandList(T t);
int isLandValid(eLand l);
bool inmirrororwall(eLand l);
extern bool holdmouse;