Worked on City Maintenance Console

Implementation of SUI windows and menus
This commit is contained in:
CharonInferar
2014-04-24 14:10:45 +02:00
parent 9da8803100
commit 83ae55ec7c
8 changed files with 534 additions and 24 deletions
@@ -25,5 +25,9 @@ def setup(core, object):
city_vote_terminal = core.objectService.createChildObject(object, 'object/tangible/terminal/shared_terminal_city_vote.iff', Point3D(float(0), float(1.85), float(-8.5)), Quaternion(float(1), float(1), float(1), float(0)),3)
>>>>>>> upstream/master
#cityterminal.setAttachment('housing_parentstruct', object)
cityterminal.setAttachment('radial_filename', 'terminal/city_maintenance_terminal')
sign = core.objectService.createChildObject(object, 'object/tangible/sign/player/shared_house_address.iff', -7.39, 2.36, 2, -1, 0, -1)
object.setAttachment("structureSign", sign)
return
@@ -1,4 +1,5 @@
import sys
def setup(core, object):
object.setAttachment('radial_filename', 'terminal/city_maintenance_terminal')
return