1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-13 12:17:10 +00:00

drawing tool

This commit is contained in:
Zeno Rogue
2020-04-17 20:04:33 +02:00
parent 5c98118da3
commit ad233a1e19
4 changed files with 377 additions and 47 deletions

View File

@@ -4630,6 +4630,8 @@ EX void drawthemap() {
profile_stop(4);
drawFlashes();
mapeditor::draw_dtshapes();
if(multi::players > 1 && !shmup::on) {
if(multi::centerplayer != -1)
cwtV = multi::whereis[multi::centerplayer];