Fix Ambulance Chaser nametags in the margin

This commit is contained in:
John 2015-07-03 18:04:17 +03:00
parent c1a7d64e43
commit 14658250e3

View file

@ -16,7 +16,7 @@ class MarginManager(PandaNode):
cell = MarginCell(self)
cell.reparentTo(a2d)
cell.setScale(0.2)
cell.setPos(x, 0, y)
cell.setPos(x, 0, y + 0.025)
cell.setAvailable(True)
cell.setPythonTag('MarginCell', cell)