Made some limited progress on the damage editor

Can't keep my eyes open anymore :(
This commit is contained in:
Corollax
2010-11-19 08:32:36 -06:00
parent fcd98318a2
commit ba6d370a0e
2 changed files with 14 additions and 2 deletions

View File

@@ -348,7 +348,11 @@ class DmgPatternEditorDlg (wx.Dialog):
pass
def importPatterns(self, event):
print "IMPORT!"
print "Import in GUI"
sDP = service.DamagePattern.getInstance()
sDP.importPatterns()
def exportPatterns(self, event):
print "EXPORT!"
print "Export in GUI"
sDP = service.DamagePattern.getInstance()
sDP.exportPatterns()