Midstream on #8 : Grid drawing works as expected now, but the TilesetPropertiesChangedEvent is not bubbling up like it should, so the grid can't change

This commit is contained in:
2014-05-20 20:57:24 -07:00
parent 040af6e448
commit 684e5ff265
3 changed files with 61 additions and 18 deletions

View File

@@ -12,7 +12,7 @@ module Tailor
attr_accessor :gridY
def initialize(*args)
super(*args)
super(args[0])
@padX = args[2]['padX']
@padY = args[2]['padY']
@pitchX = args[2]['pitchX']