Elias

Results 6 comments of Elias

Yes, but I couldn't get it to do isometric rotation properly due to the limitations the Sprite.draw function has. So I overrode the draw method in setup.

For now, I will just override the specific draw method. Thanks for the help. Another question which doesn't really need a new topic: there is this jaws.Text helper system but...

Also, no matter which template the grid has, it is overwritten by a proprietary template of the extension in `BL_CustomGrid_Model_Observer::_prepareGridBlock`: ``` // Apply custom template if ($helper->isMageVersionGreaterThan(1, 5)) { $gridBlock->setTemplate('bl/customgrid/widget/grid/16.phtml');...

duplicate https://github.com/codyogden/killedbygoogle/pull/1479

Any timeline or path to getting this fixed? cc @longwuyuan @rikatz

No idea what the release pipeline is, but if this project aims to be JDK8 compatible shouldn't this have been caught when it targets JDK8 in the build?