Extract tile overlays into a shp instead of rolling our own in code; Remove UIOverlay. Fixes #1061.

This commit is contained in:
Paul Chote
2011-07-27 21:17:24 +12:00
parent 08ed7f0316
commit c84f53c10d
10 changed files with 35 additions and 56 deletions

BIN
mods/cnc/bits/overlay.shp Normal file

Binary file not shown.

View File

@@ -212,3 +212,15 @@ pips:
groups: pdigits
Start: 0
Length: *
overlay:
build-valid:
Start: 0
build-invalid:
Start: 1
target-select:
Start: 2
target-valid:
Start: 0
target-invalid:
Start: 1

BIN
mods/ra/bits/overlay.shp Normal file

Binary file not shown.

View File

@@ -1999,3 +1999,14 @@ gpsdot:
Harvester:
Start: 5
overlay:
build-valid:
Start: 0
build-invalid:
Start: 1
target-select:
Start: 2
target-valid:
Start: 0
target-invalid:
Start: 1