mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Fix Ambulance Chaser nametags in the margin
This commit is contained in:
parent
c1a7d64e43
commit
14658250e3
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class MarginManager(PandaNode):
|
||||||
cell = MarginCell(self)
|
cell = MarginCell(self)
|
||||||
cell.reparentTo(a2d)
|
cell.reparentTo(a2d)
|
||||||
cell.setScale(0.2)
|
cell.setScale(0.2)
|
||||||
cell.setPos(x, 0, y)
|
cell.setPos(x, 0, y + 0.025)
|
||||||
cell.setAvailable(True)
|
cell.setAvailable(True)
|
||||||
cell.setPythonTag('MarginCell', cell)
|
cell.setPythonTag('MarginCell', cell)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue