1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-16 14:47:39 +00:00

shift+G screen is now editable

This commit is contained in:
Zeno Rogue
2019-01-02 22:03:23 +01:00
parent 35551f9dc9
commit 645e4fa56c
3 changed files with 131 additions and 55 deletions

View File

@@ -818,6 +818,8 @@ namespace mapeditor {
paintwhat_str = "paint";
dialog::openColorDialog((unsigned&)(paintwhat = (painttype ==6 ? paintwhat : 0x808080)));
}
else if(uni == 'G')
push_debug_screen();
else if(sym == SDLK_F5) {
restart_game();
}