Open gon777 opened 3 years ago
Hi @gon777
I think I can develop a custom Vector2 editor. But a general custom editor requires you to create an extension. I will implement the Vector2 editor, and I will think about the extension for a custom editor.
could you also create editors for some common config objects used in tween and particles, like {min, max} / {start, end} = {float, float} {start, end, ease} = {float, float, ease string} {start, end, steps}/{min, max, steps}/{start, from, to} = {float ,float , float}
That would be really helpful
Well.. but those are not general enough. You can create separate properties for it. Even, for the easee
property, you can use the Option type.
Dear PhaserEditor2D devs, hi!
In user component, it might be good if we could add properties like vector2, like
or, it feels more convenient if we are allowed to add more generic properties like objects with {min: value, max:value} or {start:value, end:value, ease:value}
or even better, a fully customized editor window for custom data