npruehs / tome-editor

Tome is a generic data editor for games supporting arbitrary input and output formats.
GNU Lesser General Public License v3.0
36 stars 7 forks source link

Custom List(Vector2D) Data Type Not Working #191

Open gurpreetsinghmatharoo opened 4 years ago

gurpreetsinghmatharoo commented 4 years ago

I created a new data type as a List, of a Vector2D (Integer) type.

Any vectors I add inside the list always appear empty:

image

It appears so both in the Field Definitions window (setting the default), and when actually setting a property.

npruehs commented 4 years ago

Hey @gurpreetsinghmatharoo !

Thanks for bringing this up. In fact, lists of vectors are not supported (yet), as the built-in integrity checks will tell you as well:

image

So, I'll make this a feature issue for now.

gurpreetsinghmatharoo commented 4 years ago

Oh. Well, I hope it is implemented soon, as it's a quite important data type we need in our game. 😃 Good luck!