Add a checkbox for drones instead of + & -, group drones by 5 by default (will be able to be changed via rightclick, later)

This commit is contained in:
cncfanatics
2010-09-05 15:04:05 +02:00
parent f06448cc60
commit a31ea5f712
6 changed files with 40 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
__all__ = ["moduleState", "moduleNameOrSlot", "attributeDisplay", "maxRange",
"name", "droneDps", "droneNameAmount", "checkbox"]
"name", "droneDps", "droneNameAmount", "droneCheckbox"]
columns = {}
def registerColumn(column):