Search found 3 matches

by Craig Mitchell
Tue Feb 18, 2014 8:19 am
Forum: Bug reports
Topic: World custom properties
Replies: 4
Views: 9763

Re: World custom properties

I think it was the cocos2d-x one from here
https://www.iforce2d.net/rube/loaders/r ... ct-src.zip
by Craig Mitchell
Mon Feb 17, 2014 9:40 am
Forum: Bug reports
Topic: World custom properties
Replies: 4
Views: 9763

Re: World custom properties

You are correct, of course... I shouldn't make posts when tired... I've investigated further and the problem only occurs when I export files with hex representation for floats enabled. It occurs with any float custom property at any scope (world, body etc...) There is no bug in the RUBE export. Plea...
by Craig Mitchell
Sun Feb 16, 2014 3:36 am
Forum: Bug reports
Topic: World custom properties
Replies: 4
Views: 9763

World custom properties

Hi! I think I've found a bug in the way world custom properties are output in the json file... eg you get:- "customProperties" : [ { "float" : 0.1, "name" : "myCustomProperty" } ], instead of "customProperties" : [ { "name" : "myCustom...