mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Garden fixes to give a TTO feel
This commit is contained in:
parent
42f79c3957
commit
8a0467cf7e
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue