implement infolayer drawing, support for other types too

This commit is contained in:
Antti Hakkarainen 2023-02-18 16:17:04 +02:00
parent 7486750ca2
commit 01d896c7dc
5 changed files with 40 additions and 23 deletions

View file

@ -188,6 +188,7 @@ enum {
INFOLAYER_DISTRICTS,
}
const INFLAYER_LAYERS_HIDDEN:int = -1
###################################
# UI ELEMENT SETTINGS #