From 8a0467cf7e1cc5c1235fd7db0d124cee95963f07 Mon Sep 17 00:00:00 2001 From: jp187187 Date: Thu, 30 Jul 2015 19:30:53 -0700 Subject: [PATCH] Garden fixes to give a TTO feel --- toontown/estate/DistributedFlower.py | 2 +- toontown/estate/DistributedGardenPlot.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/toontown/estate/DistributedFlower.py b/toontown/estate/DistributedFlower.py index 2e885dab..d6afcf94 100755 --- a/toontown/estate/DistributedFlower.py +++ b/toontown/estate/DistributedFlower.py @@ -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) diff --git a/toontown/estate/DistributedGardenPlot.py b/toontown/estate/DistributedGardenPlot.py index f56538a3..acfab9e6 100755 --- a/toontown/estate/DistributedGardenPlot.py +++ b/toontown/estate/DistributedGardenPlot.py @@ -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