tile descriptions: consolidate to single string for 'Industrial'
Formerly #23 and #12 were both "Industrial", with #12 being used for the basic industrial zones, and #23 being used for any animation appearing for industrial zones. Now that the tiles using a particular description number don't need to be contiguous, we will consolidate to just use #12 for "industrial", and this will free up #23 for some other use in the future. git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@827 d9718cc8-9f43-0410-858b-315f434eb58c
This commit is contained in:
parent
282cd77b48
commit
821679d841
2 changed files with 49 additions and 49 deletions
|
@ -29,7 +29,7 @@ zone.19 = Nuclear Power
|
|||
zone.20 = Draw Bridge
|
||||
zone.21 = Radar Dish
|
||||
zone.22 = Fountain
|
||||
zone.23 = Industrial
|
||||
zone.23 =
|
||||
zone.24 = Steelers 38 Bears 3
|
||||
zone.25 =
|
||||
zone.26 = Ur 238
|
||||
|
|
Reference in a new issue