Browse Source

Added petshop special type

Jason Persampieri 21 years ago
parent
commit
125c2dffbb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/leveleditor/LevelEditor.py

+ 1 - 1
direct/src/leveleditor/LevelEditor.py

@@ -44,7 +44,7 @@ BUILDING_TYPES = ['10_10', '20', '10_20', '20_10', '10_10_10',
                   ]
 BUILDING_HEIGHTS = [10, 14, 20, 24, 25, 30]
 NUM_WALLS = [1,2,3]
-LANDMARK_SPECIAL_TYPES = ['', 'hq', 'gagshop', 'clotheshop']
+LANDMARK_SPECIAL_TYPES = ['', 'hq', 'gagshop', 'clotheshop', 'petshop']
 
 OBJECT_SNAP_POINTS = {
     'street_5x20': [(Vec3(5.0,0,0), Vec3(0)),