jfahrenkrug / VertexHelper

Lets you graphically define vertices of sprites for Box2D and Chipmunk bodies/shapes.
http://springenwerk.com
BSD 3-Clause "New" or "Revised" License
242 stars 68 forks source link

Add Json format for the type popup button #10

Closed lahmho closed 5 months ago

lahmho commented 8 years ago

Hi,

Please review it

jfahrenkrug commented 8 years ago

Hi,

Thank you for your PR, sorry for taking so long to get back to you. Could you explain the changes in the xib file? I only see over 2000 deletions. Maybe you can add a few explanations?

Thank you!

lahmho commented 8 years ago

Hi Johannes,

I only add json format in the type combobox of the xib files. Also adding code to support json format in .m files.

Thank you, Lam

lahmho commented 8 years ago

Hi Jfahrenkrug,

Nothing changes in .xib file except I add "Json" in style popup button. Other changes is from auto format of xcode.

Thank you, Lam

jfahrenkrug commented 8 years ago

Hi Lam,

Thank you very much, I'll take a look very soon! Thanks for your help!

Johannes