summaryrefslogtreecommitdiff
path: root/buildings.mss
diff options
context:
space:
mode:
Diffstat (limited to 'buildings.mss')
-rwxr-xr-xbuildings.mss10
1 files changed, 8 insertions, 2 deletions
diff --git a/buildings.mss b/buildings.mss
index 2d6669a..95cf118 100755
--- a/buildings.mss
+++ b/buildings.mss
@@ -9,7 +9,14 @@
}
#uni-building-names {
- [zoom >= 16] {
+ // [loc_ref!='57'] means, don't write the name for building 57, such that the SUSU Shop logo displays
+ [zoom >= 16][loc_ref!='57'] {
+ [loc_ref='42'][zoom>16] { // SUSU Building
+ point-file: url('logos/susu2.png');
+ [zoom >= 20] {
+ point-file: url('logos/susu.png');
+ }
+ }
text-name: "[loc_ref]";
text-placement: interior;
text-wrap-width: 20;
@@ -26,7 +33,6 @@
text-name: "[loc_ref]";
}
}
-
text-size: 8;
[zoom >= 18] {
text-size: 9;