gameboy9 / randoTracker

Generic tracking software for randomizers
GNU General Public License v3.0
4 stars 3 forks source link

multiple pictures tags #45

Open jsnkuhn opened 6 years ago

jsnkuhn commented 6 years ago

From gameboy on #tracker:

gameboyf9 - Today at 10:38 AM I have to confess to being a bit lost in development; have we implemented the opportunity for two picture sections yet? I.E. two separate areas for tracking each player? I'm asking because FF4 FE might want to pursue something like that; one section for items, another for bosses.

Datyedyeguy - Today at 11:08 AM Not yet, no.

capt_uhu - Today at 11:08 AM You know I didn't remember whether we did that either. But it looks like we did multiple areas but not yet This is why why need some documentation

Datyedyeguy - Today at 11:09 AM Yeah. So many things to do!

Datyedyeguy commented 6 years ago

Does the ability to freely place pictures cover this or would separate pictures tags still be necessary? There's also how do you handle picX/picY from the relevant player for each possible pictures tag.

jsnkuhn commented 6 years ago

I'd say that it would be manageable but unnecessarily difficult to cover the multiple pictures tags with this. If what you want is 2 separate grids of pictures for each player, 2 picture tags would cover that better than having to individually position everything.

And maybe have picx/picy and picx2/picY2? Maybe i'm misunderstanding the second question?