Garden fixes to give a TTO feel

This commit is contained in:
jp187187 2015-07-30 19:30:53 -07:00
parent 42f79c3957
commit 8a0467cf7e
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ class DistributedFlower(DistributedPlantBase.DistributedPlantBase, FlowerBase.Fl
invFlowerScale = 1.0 / flowerScale
self.model.setScale(flowerScale)
if DIRT_AS_WATER_INDICATOR:
dirtMoundScale = invFlowerScale * 0.73
dirtMoundScale = invFlowerScale * 0.63
self.dirtMound = loader.loadModel('phase_5.5/models/estate/dirt_mound')
self.dirtMound.reparentTo(self.model)
self.dirtMound.setScale(dirtMoundScale)

View file

@ -44,7 +44,7 @@ class DistributedGardenPlot(DistributedLawnDecor.DistributedLawnDecor):
elif self.plotType == GardenGlobals.FLOWER_TYPE:
self.collSphereRadius = 2.0
self.collSphereOffset = 0.0
self.plotScale = 0.7
self.plotScale = 0.6
self.stickUp = 1.1
elif self.plotType == GardenGlobals.GAG_TREE_TYPE:
self.collSphereRadius = 3.0