mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Started refactoring on ground objects. WW2 factions will have WW2 style buildings. Added ground objects templates for : "village", "ww2bunker", "allycamp"
This commit is contained in:
@@ -17,7 +17,7 @@ class QMapGroundObject(QGraphicsRectItem):
|
||||
self.setAcceptHoverEvents(True)
|
||||
self.setZValue(2)
|
||||
self.buildings = buildings
|
||||
#self.setFlag(QGraphicsItem.ItemIgnoresTransformations, True)
|
||||
self.setFlag(QGraphicsItem.ItemIgnoresTransformations, False)
|
||||
|
||||
if len(self.model.groups) > 0:
|
||||
units = {}
|
||||
|
||||
Reference in New Issue
Block a user